7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
10#include <aws/elasticloadbalancingv2/model/RevocationType.h>
20namespace ElasticLoadBalancingv2 {
35 const char* locationValue)
const;
44 template <
typename S3BucketT = Aws::String>
46 m_s3BucketHasBeenSet =
true;
47 m_s3Bucket = std::forward<S3BucketT>(value);
49 template <
typename S3BucketT = Aws::String>
62 template <
typename S3KeyT = Aws::String>
64 m_s3KeyHasBeenSet =
true;
65 m_s3Key = std::forward<S3KeyT>(value);
67 template <
typename S3KeyT = Aws::String>
69 SetS3Key(std::forward<S3KeyT>(value));
80 template <
typename S3ObjectVersionT = Aws::String>
82 m_s3ObjectVersionHasBeenSet =
true;
83 m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value);
85 template <
typename S3ObjectVersionT = Aws::String>
99 m_revocationTypeHasBeenSet =
true;
100 m_revocationType = value;
115 bool m_s3BucketHasBeenSet =
false;
116 bool m_s3KeyHasBeenSet =
false;
117 bool m_s3ObjectVersionHasBeenSet =
false;
118 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