7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
10#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
11#include <aws/elasticloadbalancingv2/model/Tag.h>
16namespace ElasticLoadBalancingv2 {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename CaCertificatesBundleS3BucketT = Aws::String>
64 m_caCertificatesBundleS3BucketHasBeenSet =
true;
65 m_caCertificatesBundleS3Bucket = std::forward<CaCertificatesBundleS3BucketT>(value);
67 template <
typename CaCertificatesBundleS3BucketT = Aws::String>
80 template <
typename CaCertificatesBundleS3KeyT = Aws::String>
82 m_caCertificatesBundleS3KeyHasBeenSet =
true;
83 m_caCertificatesBundleS3Key = std::forward<CaCertificatesBundleS3KeyT>(value);
85 template <
typename CaCertificatesBundleS3KeyT = Aws::String>
99 template <
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
101 m_caCertificatesBundleS3ObjectVersionHasBeenSet =
true;
102 m_caCertificatesBundleS3ObjectVersion = std::forward<CaCertificatesBundleS3ObjectVersionT>(value);
104 template <
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
117 template <
typename TagsT = Aws::Vector<Tag>>
119 m_tagsHasBeenSet =
true;
120 m_tags = std::forward<TagsT>(value);
122 template <
typename TagsT = Aws::Vector<Tag>>
124 SetTags(std::forward<TagsT>(value));
127 template <
typename TagsT = Tag>
129 m_tagsHasBeenSet =
true;
130 m_tags.emplace_back(std::forward<TagsT>(value));
144 bool m_nameHasBeenSet =
false;
145 bool m_caCertificatesBundleS3BucketHasBeenSet =
false;
146 bool m_caCertificatesBundleS3KeyHasBeenSet =
false;
147 bool m_caCertificatesBundleS3ObjectVersionHasBeenSet =
false;
148 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