7#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
8#include <aws/cloudcontrol/CloudControlApiRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
15namespace CloudControlApi
44 template<
typename TypeNameT = Aws::String>
45 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
46 template<
typename TypeNameT = Aws::String>
58 template<
typename TypeVersionIdT = Aws::String>
59 void SetTypeVersionId(TypeVersionIdT&& value) { m_typeVersionIdHasBeenSet =
true; m_typeVersionId = std::forward<TypeVersionIdT>(value); }
60 template<
typename TypeVersionIdT = Aws::String>
82 template<
typename RoleArnT = Aws::String>
83 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
84 template<
typename RoleArnT = Aws::String>
104 template<
typename ClientTokenT = Aws::String>
105 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
106 template<
typename ClientTokenT = Aws::String>
127 template<
typename IdentifierT = Aws::String>
128 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
129 template<
typename IdentifierT = Aws::String>
144 template<
typename PatchDocumentT = Aws::String>
145 void SetPatchDocument(PatchDocumentT&& value) { m_patchDocumentHasBeenSet =
true; m_patchDocument = std::forward<PatchDocumentT>(value); }
146 template<
typename PatchDocumentT = Aws::String>
152 bool m_typeNameHasBeenSet =
false;
155 bool m_typeVersionIdHasBeenSet =
false;
158 bool m_roleArnHasBeenSet =
false;
161 bool m_clientTokenHasBeenSet =
true;
164 bool m_identifierHasBeenSet =
false;
167 bool m_patchDocumentHasBeenSet =
false;
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
UpdateResourceRequest & WithIdentifier(IdentifierT &&value)
UpdateResourceRequest & WithTypeName(TypeNameT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetTypeVersionId() const
void SetTypeVersionId(TypeVersionIdT &&value)
void SetPatchDocument(PatchDocumentT &&value)
bool TypeVersionIdHasBeenSet() const
bool PatchDocumentHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
void SetTypeName(TypeNameT &&value)
UpdateResourceRequest & WithTypeVersionId(TypeVersionIdT &&value)
const Aws::String & GetPatchDocument() const
UpdateResourceRequest & WithRoleArn(RoleArnT &&value)
void SetClientToken(ClientTokenT &&value)
AWS_CLOUDCONTROLAPI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetClientToken() const
const Aws::String & GetTypeName() const
const Aws::String & GetRoleArn() const
virtual const char * GetServiceRequestName() const override
bool RoleArnHasBeenSet() const
AWS_CLOUDCONTROLAPI_API Aws::String SerializePayload() const override
bool TypeNameHasBeenSet() const
AWS_CLOUDCONTROLAPI_API UpdateResourceRequest()=default
UpdateResourceRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
UpdateResourceRequest & WithPatchDocument(PatchDocumentT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String