7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationServiceRequest.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/Tag.h>
16namespace DatabaseMigrationService {
44 template <
typename AvailabilityZoneT = Aws::String>
46 m_availabilityZoneHasBeenSet =
true;
47 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
49 template <
typename AvailabilityZoneT = Aws::String>
65 template <
typename KmsKeyArnT = Aws::String>
67 m_kmsKeyArnHasBeenSet =
true;
68 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
70 template <
typename KmsKeyArnT = Aws::String>
87 m_publiclyAccessibleHasBeenSet =
true;
88 m_publiclyAccessible = value;
102 template <
typename TagsT = Aws::Vector<Tag>>
104 m_tagsHasBeenSet =
true;
105 m_tags = std::forward<TagsT>(value);
107 template <
typename TagsT = Aws::Vector<Tag>>
109 SetTags(std::forward<TagsT>(value));
112 template <
typename TagsT = Tag>
114 m_tagsHasBeenSet =
true;
115 m_tags.emplace_back(std::forward<TagsT>(value));
131 template <
typename NetworkTypeT = Aws::String>
133 m_networkTypeHasBeenSet =
true;
134 m_networkType = std::forward<NetworkTypeT>(value);
136 template <
typename NetworkTypeT = Aws::String>
149 template <
typename InstanceProfileNameT = Aws::String>
151 m_instanceProfileNameHasBeenSet =
true;
152 m_instanceProfileName = std::forward<InstanceProfileNameT>(value);
154 template <
typename InstanceProfileNameT = Aws::String>
167 template <
typename DescriptionT = Aws::String>
169 m_descriptionHasBeenSet =
true;
170 m_description = std::forward<DescriptionT>(value);
172 template <
typename DescriptionT = Aws::String>
185 template <
typename SubnetGroupIdentifierT = Aws::String>
187 m_subnetGroupIdentifierHasBeenSet =
true;
188 m_subnetGroupIdentifier = std::forward<SubnetGroupIdentifierT>(value);
190 template <
typename SubnetGroupIdentifierT = Aws::String>
205 template <
typename VpcSecurityGroupsT = Aws::Vector<Aws::String>>
207 m_vpcSecurityGroupsHasBeenSet =
true;
208 m_vpcSecurityGroups = std::forward<VpcSecurityGroupsT>(value);
210 template <
typename VpcSecurityGroupsT = Aws::Vector<Aws::String>>
215 template <
typename VpcSecurityGroupsT = Aws::String>
217 m_vpcSecurityGroupsHasBeenSet =
true;
218 m_vpcSecurityGroups.emplace_back(std::forward<VpcSecurityGroupsT>(value));
227 bool m_publiclyAccessible{
false};
240 bool m_availabilityZoneHasBeenSet =
false;
241 bool m_kmsKeyArnHasBeenSet =
false;
242 bool m_publiclyAccessibleHasBeenSet =
false;
243 bool m_tagsHasBeenSet =
false;
244 bool m_networkTypeHasBeenSet =
false;
245 bool m_instanceProfileNameHasBeenSet =
false;
246 bool m_descriptionHasBeenSet =
false;
247 bool m_subnetGroupIdentifierHasBeenSet =
false;
248 bool m_vpcSecurityGroupsHasBeenSet =
false;
const Aws::String & GetSubnetGroupIdentifier() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcSecurityGroups() const
void SetInstanceProfileName(InstanceProfileNameT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
CreateInstanceProfileRequest & WithNetworkType(NetworkTypeT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
CreateInstanceProfileRequest & WithPubliclyAccessible(bool value)
CreateInstanceProfileRequest & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetAvailabilityZone() const
void SetTags(TagsT &&value)
bool SubnetGroupIdentifierHasBeenSet() const
bool KmsKeyArnHasBeenSet() const
CreateInstanceProfileRequest & WithInstanceProfileName(InstanceProfileNameT &&value)
bool NetworkTypeHasBeenSet() const
bool InstanceProfileNameHasBeenSet() const
void SetVpcSecurityGroups(VpcSecurityGroupsT &&value)
const Aws::String & GetNetworkType() const
CreateInstanceProfileRequest & WithSubnetGroupIdentifier(SubnetGroupIdentifierT &&value)
CreateInstanceProfileRequest & WithDescription(DescriptionT &&value)
void SetNetworkType(NetworkTypeT &&value)
CreateInstanceProfileRequest & AddVpcSecurityGroups(VpcSecurityGroupsT &&value)
bool AvailabilityZoneHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKmsKeyArn() const
void SetSubnetGroupIdentifier(SubnetGroupIdentifierT &&value)
bool PubliclyAccessibleHasBeenSet() const
bool VpcSecurityGroupsHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API CreateInstanceProfileRequest()=default
CreateInstanceProfileRequest & WithVpcSecurityGroups(VpcSecurityGroupsT &&value)
bool DescriptionHasBeenSet() const
CreateInstanceProfileRequest & WithAvailabilityZone(AvailabilityZoneT &&value)
CreateInstanceProfileRequest & AddTags(TagsT &&value)
bool GetPubliclyAccessible() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetInstanceProfileName() const
void SetPubliclyAccessible(bool value)
CreateInstanceProfileRequest & WithTags(TagsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector