7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/OutputConfig.h>
16namespace Rekognition {
41 template <
typename SourceProjectArnT = Aws::String>
43 m_sourceProjectArnHasBeenSet =
true;
44 m_sourceProjectArn = std::forward<SourceProjectArnT>(value);
46 template <
typename SourceProjectArnT = Aws::String>
60 template <
typename SourceProjectVersionArnT = Aws::String>
62 m_sourceProjectVersionArnHasBeenSet =
true;
63 m_sourceProjectVersionArn = std::forward<SourceProjectVersionArnT>(value);
65 template <
typename SourceProjectVersionArnT = Aws::String>
79 template <
typename DestinationProjectArnT = Aws::String>
81 m_destinationProjectArnHasBeenSet =
true;
82 m_destinationProjectArn = std::forward<DestinationProjectArnT>(value);
84 template <
typename DestinationProjectArnT = Aws::String>
98 template <
typename VersionNameT = Aws::String>
100 m_versionNameHasBeenSet =
true;
101 m_versionName = std::forward<VersionNameT>(value);
103 template <
typename VersionNameT = Aws::String>
117 template <
typename OutputConfigT = OutputConfig>
119 m_outputConfigHasBeenSet =
true;
120 m_outputConfig = std::forward<OutputConfigT>(value);
122 template <
typename OutputConfigT = OutputConfig>
135 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
137 m_tagsHasBeenSet =
true;
138 m_tags = std::forward<TagsT>(value);
140 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
142 SetTags(std::forward<TagsT>(value));
145 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
147 m_tagsHasBeenSet =
true;
148 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
168 template <
typename KmsKeyIdT = Aws::String>
170 m_kmsKeyIdHasBeenSet =
true;
171 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
173 template <
typename KmsKeyIdT = Aws::String>
181 bool m_sourceProjectArnHasBeenSet =
false;
184 bool m_sourceProjectVersionArnHasBeenSet =
false;
187 bool m_destinationProjectArnHasBeenSet =
false;
190 bool m_versionNameHasBeenSet =
false;
193 bool m_outputConfigHasBeenSet =
false;
196 bool m_tagsHasBeenSet =
false;
199 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