7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
14namespace ElasticLoadBalancingv2 {
41 template <
typename TrustStoreArnT = Aws::String>
43 m_trustStoreArnHasBeenSet =
true;
44 m_trustStoreArn = std::forward<TrustStoreArnT>(value);
46 template <
typename TrustStoreArnT = Aws::String>
59 template <
typename CaCertificatesBundleS3BucketT = Aws::String>
61 m_caCertificatesBundleS3BucketHasBeenSet =
true;
62 m_caCertificatesBundleS3Bucket = std::forward<CaCertificatesBundleS3BucketT>(value);
64 template <
typename CaCertificatesBundleS3BucketT = Aws::String>
77 template <
typename CaCertificatesBundleS3KeyT = Aws::String>
79 m_caCertificatesBundleS3KeyHasBeenSet =
true;
80 m_caCertificatesBundleS3Key = std::forward<CaCertificatesBundleS3KeyT>(value);
82 template <
typename CaCertificatesBundleS3KeyT = Aws::String>
96 template <
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
98 m_caCertificatesBundleS3ObjectVersionHasBeenSet =
true;
99 m_caCertificatesBundleS3ObjectVersion = std::forward<CaCertificatesBundleS3ObjectVersionT>(value);
101 template <
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
115 bool m_trustStoreArnHasBeenSet =
false;
116 bool m_caCertificatesBundleS3BucketHasBeenSet =
false;
117 bool m_caCertificatesBundleS3KeyHasBeenSet =
false;
118 bool m_caCertificatesBundleS3ObjectVersionHasBeenSet =
false;
bool CaCertificatesBundleS3KeyHasBeenSet() const
const Aws::String & GetCaCertificatesBundleS3Bucket() const
bool CaCertificatesBundleS3ObjectVersionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool TrustStoreArnHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API ModifyTrustStoreRequest()=default
const Aws::String & GetTrustStoreArn() const
void SetTrustStoreArn(TrustStoreArnT &&value)
ModifyTrustStoreRequest & WithCaCertificatesBundleS3Key(CaCertificatesBundleS3KeyT &&value)
ModifyTrustStoreRequest & WithCaCertificatesBundleS3ObjectVersion(CaCertificatesBundleS3ObjectVersionT &&value)
bool CaCertificatesBundleS3BucketHasBeenSet() const
ModifyTrustStoreRequest & WithCaCertificatesBundleS3Bucket(CaCertificatesBundleS3BucketT &&value)
ModifyTrustStoreRequest & WithTrustStoreArn(TrustStoreArnT &&value)
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetCaCertificatesBundleS3Key(CaCertificatesBundleS3KeyT &&value)
void SetCaCertificatesBundleS3ObjectVersion(CaCertificatesBundleS3ObjectVersionT &&value)
const Aws::String & GetCaCertificatesBundleS3ObjectVersion() const
void SetCaCertificatesBundleS3Bucket(CaCertificatesBundleS3BucketT &&value)
const Aws::String & GetCaCertificatesBundleS3Key() const
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String