7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticLoadBalancingv2
39 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
59 bool m_resourceArnHasBeenSet =
false;
void SetResourceArn(const Aws::String &value)
AWS_ELASTICLOADBALANCINGV2_API TrustStoreAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetResourceArn() const
AWS_ELASTICLOADBALANCINGV2_API TrustStoreAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API TrustStoreAssociation()
TrustStoreAssociation & WithResourceArn(const Aws::String &value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
TrustStoreAssociation & WithResourceArn(Aws::String &&value)
void SetResourceArn(const char *value)
bool ResourceArnHasBeenSet() const
void SetResourceArn(Aws::String &&value)
TrustStoreAssociation & WithResourceArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream