7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
43 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
45 m_resourceIdsHasBeenSet =
true;
46 m_resourceIds = std::forward<ResourceIdsT>(value);
48 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
53 template <
typename ResourceIdsT = Aws::String>
55 m_resourceIdsHasBeenSet =
true;
56 m_resourceIds.emplace_back(std::forward<ResourceIdsT>(value));
67 template <
typename MessageT = Aws::String>
69 m_messageHasBeenSet =
true;
70 m_message = std::forward<MessageT>(value);
72 template <
typename MessageT = Aws::String>
82 bool m_resourceIdsHasBeenSet =
false;
83 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceIdsHasBeenSet() const
ConflictException & AddResourceIds(ResourceIdsT &&value)
const Aws::Vector< Aws::String > & GetResourceIds() const
AWS_ECS_API ConflictException()=default
ConflictException & WithResourceIds(ResourceIdsT &&value)
ConflictException & WithMessage(MessageT &&value)
AWS_ECS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceIds(ResourceIdsT &&value)
AWS_ECS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue