18namespace CodeGuruReviewer
98 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
339 bool m_repositoryHasBeenSet =
false;
342 bool m_clientRequestTokenHasBeenSet =
false;
345 bool m_tagsHasBeenSet =
false;
348 bool m_kMSKeyDetailsHasBeenSet =
false;
#define AWS_CODEGURUREVIEWER_API
void SetClientRequestToken(const Aws::String &value)
AssociateRepositoryRequest & WithKMSKeyDetails(KMSKeyDetails &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetClientRequestToken() const
AWS_CODEGURUREVIEWER_API AssociateRepositoryRequest()
void SetClientRequestToken(Aws::String &&value)
void SetClientRequestToken(const char *value)
AWS_CODEGURUREVIEWER_API Aws::String SerializePayload() const override
AssociateRepositoryRequest & WithClientRequestToken(const char *value)
void SetRepository(Repository &&value)
AssociateRepositoryRequest & WithRepository(const Repository &value)
AssociateRepositoryRequest & WithClientRequestToken(const Aws::String &value)
AssociateRepositoryRequest & AddTags(const Aws::String &key, const Aws::String &value)
bool KMSKeyDetailsHasBeenSet() const
bool RepositoryHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
void SetKMSKeyDetails(KMSKeyDetails &&value)
AssociateRepositoryRequest & WithKMSKeyDetails(const KMSKeyDetails &value)
AssociateRepositoryRequest & WithRepository(Repository &&value)
AssociateRepositoryRequest & AddTags(const char *key, Aws::String &&value)
AssociateRepositoryRequest & AddTags(Aws::String &&key, const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetKMSKeyDetails(const KMSKeyDetails &value)
AssociateRepositoryRequest & AddTags(Aws::String &&key, const char *value)
AssociateRepositoryRequest & WithClientRequestToken(Aws::String &&value)
AssociateRepositoryRequest & AddTags(const char *key, const char *value)
AssociateRepositoryRequest & AddTags(Aws::String &&key, Aws::String &&value)
const KMSKeyDetails & GetKMSKeyDetails() const
const Repository & GetRepository() const
AssociateRepositoryRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
AssociateRepositoryRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetRepository(const Repository &value)
AssociateRepositoryRequest & AddTags(const Aws::String &key, Aws::String &&value)
bool TagsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String