7#include <aws/cloudcontrol/CloudControlApiRequest.h>
8#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CloudControlApi {
40 template <
typename TypeNameT = Aws::String>
42 m_typeNameHasBeenSet =
true;
43 m_typeName = std::forward<TypeNameT>(value);
45 template <
typename TypeNameT = Aws::String>
60 template <
typename TypeVersionIdT = Aws::String>
62 m_typeVersionIdHasBeenSet =
true;
63 m_typeVersionId = std::forward<TypeVersionIdT>(value);
65 template <
typename TypeVersionIdT = Aws::String>
90 template <
typename RoleArnT = Aws::String>
92 m_roleArnHasBeenSet =
true;
93 m_roleArn = std::forward<RoleArnT>(value);
95 template <
typename RoleArnT = Aws::String>
118 template <
typename ClientTokenT = Aws::String>
120 m_clientTokenHasBeenSet =
true;
121 m_clientToken = std::forward<ClientTokenT>(value);
123 template <
typename ClientTokenT = Aws::String>
147 template <
typename IdentifierT = Aws::String>
149 m_identifierHasBeenSet =
true;
150 m_identifier = std::forward<IdentifierT>(value);
152 template <
typename IdentifierT = Aws::String>
170 template <
typename PatchDocumentT = Aws::String>
172 m_patchDocumentHasBeenSet =
true;
173 m_patchDocument = std::forward<PatchDocumentT>(value);
175 template <
typename PatchDocumentT = Aws::String>
193 bool m_typeNameHasBeenSet =
false;
194 bool m_typeVersionIdHasBeenSet =
false;
195 bool m_roleArnHasBeenSet =
false;
196 bool m_clientTokenHasBeenSet =
true;
197 bool m_identifierHasBeenSet =
false;
198 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