7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ElasticLoadBalancingv2
45 template<
typename TrustStoreArnT = Aws::String>
46 void SetTrustStoreArn(TrustStoreArnT&& value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn = std::forward<TrustStoreArnT>(value); }
47 template<
typename TrustStoreArnT = Aws::String>
57 template<
typename CaCertificatesBundleS3BucketT = Aws::String>
58 void SetCaCertificatesBundleS3Bucket(CaCertificatesBundleS3BucketT&& value) { m_caCertificatesBundleS3BucketHasBeenSet =
true; m_caCertificatesBundleS3Bucket = std::forward<CaCertificatesBundleS3BucketT>(value); }
59 template<
typename CaCertificatesBundleS3BucketT = Aws::String>
69 template<
typename CaCertificatesBundleS3KeyT = Aws::String>
70 void SetCaCertificatesBundleS3Key(CaCertificatesBundleS3KeyT&& value) { m_caCertificatesBundleS3KeyHasBeenSet =
true; m_caCertificatesBundleS3Key = std::forward<CaCertificatesBundleS3KeyT>(value); }
71 template<
typename CaCertificatesBundleS3KeyT = Aws::String>
82 template<
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
83 void SetCaCertificatesBundleS3ObjectVersion(CaCertificatesBundleS3ObjectVersionT&& value) { m_caCertificatesBundleS3ObjectVersionHasBeenSet =
true; m_caCertificatesBundleS3ObjectVersion = std::forward<CaCertificatesBundleS3ObjectVersionT>(value); }
84 template<
typename CaCertificatesBundleS3ObjectVersionT = Aws::String>
90 bool m_trustStoreArnHasBeenSet =
false;
93 bool m_caCertificatesBundleS3BucketHasBeenSet =
false;
96 bool m_caCertificatesBundleS3KeyHasBeenSet =
false;
99 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