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>
53 bool m_trustStoreArnHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API DeleteTrustStoreRequest()=default
virtual const char * GetServiceRequestName() const override
bool TrustStoreArnHasBeenSet() const
DeleteTrustStoreRequest & WithTrustStoreArn(TrustStoreArnT &&value)
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTrustStoreArn(TrustStoreArnT &&value)
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
const Aws::String & GetTrustStoreArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String