7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/OutputConfig.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
45 template<
typename SourceProjectArnT = Aws::String>
46 void SetSourceProjectArn(SourceProjectArnT&& value) { m_sourceProjectArnHasBeenSet =
true; m_sourceProjectArn = std::forward<SourceProjectArnT>(value); }
47 template<
typename SourceProjectArnT = Aws::String>
58 template<
typename SourceProjectVersionArnT = Aws::String>
59 void SetSourceProjectVersionArn(SourceProjectVersionArnT&& value) { m_sourceProjectVersionArnHasBeenSet =
true; m_sourceProjectVersionArn = std::forward<SourceProjectVersionArnT>(value); }
60 template<
typename SourceProjectVersionArnT = Aws::String>
71 template<
typename DestinationProjectArnT = Aws::String>
72 void SetDestinationProjectArn(DestinationProjectArnT&& value) { m_destinationProjectArnHasBeenSet =
true; m_destinationProjectArn = std::forward<DestinationProjectArnT>(value); }
73 template<
typename DestinationProjectArnT = Aws::String>
84 template<
typename VersionNameT = Aws::String>
85 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
86 template<
typename VersionNameT = Aws::String>
97 template<
typename OutputConfigT = OutputConfig>
98 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
99 template<
typename OutputConfigT = OutputConfig>
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
134 template<
typename KmsKeyIdT = Aws::String>
135 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
136 template<
typename KmsKeyIdT = Aws::String>
142 bool m_sourceProjectArnHasBeenSet =
false;
145 bool m_sourceProjectVersionArnHasBeenSet =
false;
148 bool m_destinationProjectArnHasBeenSet =
false;
151 bool m_versionNameHasBeenSet =
false;
154 bool m_outputConfigHasBeenSet =
false;
157 bool m_tagsHasBeenSet =
false;
160 bool m_kmsKeyIdHasBeenSet =
false;
bool DestinationProjectArnHasBeenSet() const
bool OutputConfigHasBeenSet() const
CopyProjectVersionRequest & WithOutputConfig(OutputConfigT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSourceProjectArn(SourceProjectArnT &&value)
const Aws::String & GetSourceProjectVersionArn() const
CopyProjectVersionRequest & WithDestinationProjectArn(DestinationProjectArnT &&value)
CopyProjectVersionRequest & WithSourceProjectVersionArn(SourceProjectVersionArnT &&value)
const OutputConfig & GetOutputConfig() const
const Aws::String & GetVersionName() const
void SetTags(TagsT &&value)
bool SourceProjectVersionArnHasBeenSet() const
void SetDestinationProjectArn(DestinationProjectArnT &&value)
void SetVersionName(VersionNameT &&value)
const Aws::String & GetSourceProjectArn() const
const Aws::String & GetKmsKeyId() const
AWS_REKOGNITION_API CopyProjectVersionRequest()=default
CopyProjectVersionRequest & WithVersionName(VersionNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool VersionNameHasBeenSet() const
void SetSourceProjectVersionArn(SourceProjectVersionArnT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
CopyProjectVersionRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetOutputConfig(OutputConfigT &&value)
CopyProjectVersionRequest & WithSourceProjectArn(SourceProjectArnT &&value)
bool KmsKeyIdHasBeenSet() const
CopyProjectVersionRequest & WithTags(TagsT &&value)
CopyProjectVersionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
const Aws::String & GetDestinationProjectArn() const
bool SourceProjectArnHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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