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>
10#include <aws/elasticloadbalancingv2/model/RevocationType.h>
22namespace ElasticLoadBalancingv2
39 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
65 inline void SetS3Key(
const char* value) { m_s3KeyHasBeenSet =
true; m_s3Key.assign(value); }
79 inline void SetS3ObjectVersion(
const char* value) { m_s3ObjectVersionHasBeenSet =
true; m_s3ObjectVersion.assign(value); }
99 bool m_s3BucketHasBeenSet =
false;
102 bool m_s3KeyHasBeenSet =
false;
105 bool m_s3ObjectVersionHasBeenSet =
false;
108 bool m_revocationTypeHasBeenSet =
false;
bool S3ObjectVersionHasBeenSet() const
bool RevocationTypeHasBeenSet() const
RevocationContent & WithS3Bucket(Aws::String &&value)
void SetS3Key(const Aws::String &value)
const Aws::String & GetS3ObjectVersion() const
void SetRevocationType(RevocationType &&value)
void SetS3Bucket(const char *value)
RevocationContent & WithRevocationType(RevocationType &&value)
void SetS3Bucket(Aws::String &&value)
AWS_ELASTICLOADBALANCINGV2_API RevocationContent(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRevocationType(const RevocationType &value)
const Aws::String & GetS3Key() const
void SetS3Bucket(const Aws::String &value)
const RevocationType & GetRevocationType() const
void SetS3Key(Aws::String &&value)
RevocationContent & WithRevocationType(const RevocationType &value)
AWS_ELASTICLOADBALANCINGV2_API RevocationContent & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API RevocationContent()
void SetS3ObjectVersion(Aws::String &&value)
RevocationContent & WithS3Bucket(const Aws::String &value)
RevocationContent & WithS3ObjectVersion(const char *value)
RevocationContent & WithS3Key(const char *value)
void SetS3ObjectVersion(const char *value)
RevocationContent & WithS3ObjectVersion(const Aws::String &value)
void SetS3ObjectVersion(const Aws::String &value)
bool S3KeyHasBeenSet() const
RevocationContent & WithS3Bucket(const char *value)
void SetS3Key(const char *value)
const Aws::String & GetS3Bucket() const
RevocationContent & WithS3ObjectVersion(Aws::String &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
RevocationContent & WithS3Key(const Aws::String &value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool S3BucketHasBeenSet() const
RevocationContent & WithS3Key(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream