7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/BatchDeleteErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ApplicationSignals {
42 template <
typename ResourceArnT = Aws::String>
44 m_resourceArnHasBeenSet =
true;
45 m_resourceArn = std::forward<ResourceArnT>(value);
47 template <
typename ResourceArnT = Aws::String>
61 m_codeHasBeenSet =
true;
76 template <
typename MessageT = Aws::String>
78 m_messageHasBeenSet =
true;
79 m_message = std::forward<MessageT>(value);
81 template <
typename MessageT = Aws::String>
93 bool m_resourceArnHasBeenSet =
false;
94 bool m_codeHasBeenSet =
false;
95 bool m_messageHasBeenSet =
false;
bool CodeHasBeenSet() const
const Aws::String & GetResourceArn() const
void SetCode(BatchDeleteErrorCode value)
BatchDeleteError & WithCode(BatchDeleteErrorCode value)
void SetResourceArn(ResourceArnT &&value)
BatchDeleteErrorCode GetCode() const
BatchDeleteError & WithMessage(MessageT &&value)
BatchDeleteError & WithResourceArn(ResourceArnT &&value)
AWS_APPLICATIONSIGNALS_API BatchDeleteError(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_APPLICATIONSIGNALS_API BatchDeleteError()=default
void SetMessage(MessageT &&value)
bool ResourceArnHasBeenSet() const
bool MessageHasBeenSet() const
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONSIGNALS_API BatchDeleteError & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue