7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticloadbalancingv2/model/Tag.h>
16namespace ElasticLoadBalancingv2
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename CaCertificatesBundleS3BucketT = Aws::String>
61 void SetCaCertificatesBundleS3Bucket(CaCertificatesBundleS3BucketT&& value) { m_caCertificatesBundleS3BucketHasBeenSet =
true; m_caCertificatesBundleS3Bucket = std::forward<CaCertificatesBundleS3BucketT>(value); }
62 template<
typename CaCertificatesBundleS3BucketT = Aws::String>
72 template<
typename CaCertificatesBundleS3KeyT = Aws::String>
73 void SetCaCertificatesBundleS3Key(CaCertificatesBundleS3KeyT&& value) { m_caCertificatesBundleS3KeyHasBeenSet =
true; m_caCertificatesBundleS3Key = std::forward<CaCertificatesBundleS3KeyT>(value); }
74 template<
typename CaCertificatesBundleS3KeyT = Aws::String>
85 template<
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
86 void SetCaCertificatesBundleS3ObjectVersion(CaCertificatesBundleS3ObjectVersionT&& value) { m_caCertificatesBundleS3ObjectVersionHasBeenSet =
true; m_caCertificatesBundleS3ObjectVersion = std::forward<CaCertificatesBundleS3ObjectVersionT>(value); }
87 template<
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
97 template<
typename TagsT = Aws::Vector<Tag>>
98 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
99 template<
typename TagsT = Aws::Vector<Tag>>
101 template<
typename TagsT = Tag>
107 bool m_nameHasBeenSet =
false;
110 bool m_caCertificatesBundleS3BucketHasBeenSet =
false;
113 bool m_caCertificatesBundleS3KeyHasBeenSet =
false;
116 bool m_caCertificatesBundleS3ObjectVersionHasBeenSet =
false;
119 bool m_tagsHasBeenSet =
false;
bool CaCertificatesBundleS3BucketHasBeenSet() const
const Aws::String & GetCaCertificatesBundleS3Bucket() const
bool TagsHasBeenSet() const
CreateTrustStoreRequest & WithTags(TagsT &&value)
bool CaCertificatesBundleS3ObjectVersionHasBeenSet() const
CreateTrustStoreRequest & WithCaCertificatesBundleS3ObjectVersion(CaCertificatesBundleS3ObjectVersionT &&value)
bool CaCertificatesBundleS3KeyHasBeenSet() const
bool NameHasBeenSet() const
void SetCaCertificatesBundleS3Bucket(CaCertificatesBundleS3BucketT &&value)
CreateTrustStoreRequest & WithCaCertificatesBundleS3Key(CaCertificatesBundleS3KeyT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
void SetCaCertificatesBundleS3Key(CaCertificatesBundleS3KeyT &&value)
CreateTrustStoreRequest & AddTags(TagsT &&value)
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
CreateTrustStoreRequest & WithCaCertificatesBundleS3Bucket(CaCertificatesBundleS3BucketT &&value)
const Aws::String & GetCaCertificatesBundleS3ObjectVersion() const
void SetCaCertificatesBundleS3ObjectVersion(CaCertificatesBundleS3ObjectVersionT &&value)
void SetTags(TagsT &&value)
CreateTrustStoreRequest & WithName(NameT &&value)
AWS_ELASTICLOADBALANCINGV2_API CreateTrustStoreRequest()=default
const Aws::String & GetCaCertificatesBundleS3Key() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector