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;
49 template<
typename S3BucketT = Aws::String>
50 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
51 template<
typename S3BucketT = Aws::String>
61 template<
typename S3KeyT = Aws::String>
62 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
63 template<
typename S3KeyT = Aws::String>
73 template<
typename S3ObjectVersionT = Aws::String>
74 void SetS3ObjectVersion(S3ObjectVersionT&& value) { m_s3ObjectVersionHasBeenSet =
true; m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value); }
75 template<
typename S3ObjectVersionT = Aws::String>
91 bool m_s3BucketHasBeenSet =
false;
94 bool m_s3KeyHasBeenSet =
false;
97 bool m_s3ObjectVersionHasBeenSet =
false;
100 bool m_revocationTypeHasBeenSet =
false;
bool S3ObjectVersionHasBeenSet() const
bool RevocationTypeHasBeenSet() const
RevocationContent & WithS3Bucket(S3BucketT &&value)
RevocationContent & WithS3ObjectVersion(S3ObjectVersionT &&value)
void SetRevocationType(RevocationType value)
RevocationContent & WithS3Key(S3KeyT &&value)
const Aws::String & GetS3ObjectVersion() const
AWS_ELASTICLOADBALANCINGV2_API RevocationContent(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetS3Key() const
void SetS3Key(S3KeyT &&value)
void SetS3Bucket(S3BucketT &&value)
AWS_ELASTICLOADBALANCINGV2_API RevocationContent & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
RevocationContent & WithRevocationType(RevocationType value)
void SetS3ObjectVersion(S3ObjectVersionT &&value)
bool S3KeyHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API RevocationContent()=default
const Aws::String & GetS3Bucket() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
RevocationType GetRevocationType() const
bool S3BucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream