7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3outposts/S3Outposts_EXPORTS.h>
40 template <
typename OutpostArnT = Aws::String>
42 m_outpostArnHasBeenSet =
true;
43 m_outpostArn = std::forward<OutpostArnT>(value);
45 template <
typename OutpostArnT = Aws::String>
59 template <
typename S3OutpostArnT = Aws::String>
61 m_s3OutpostArnHasBeenSet =
true;
62 m_s3OutpostArn = std::forward<S3OutpostArnT>(value);
64 template <
typename S3OutpostArnT = Aws::String>
77 template <
typename OutpostIdT = Aws::String>
79 m_outpostIdHasBeenSet =
true;
80 m_outpostId = std::forward<OutpostIdT>(value);
82 template <
typename OutpostIdT = Aws::String>
96 template <
typename OwnerIdT = Aws::String>
98 m_ownerIdHasBeenSet =
true;
99 m_ownerId = std::forward<OwnerIdT>(value);
101 template <
typename OwnerIdT = Aws::String>
115 m_capacityInBytesHasBeenSet =
true;
116 m_capacityInBytes = value;
132 long long m_capacityInBytes{0};
133 bool m_outpostArnHasBeenSet =
false;
134 bool m_s3OutpostArnHasBeenSet =
false;
135 bool m_outpostIdHasBeenSet =
false;
136 bool m_ownerIdHasBeenSet =
false;
137 bool m_capacityInBytesHasBeenSet =
false;
AWS_S3OUTPOSTS_API Outpost(Aws::Utils::Json::JsonView jsonValue)
AWS_S3OUTPOSTS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3OutpostArn() const
void SetOwnerId(OwnerIdT &&value)
Outpost & WithOutpostArn(OutpostArnT &&value)
const Aws::String & GetOwnerId() const
void SetOutpostId(OutpostIdT &&value)
bool CapacityInBytesHasBeenSet() const
void SetOutpostArn(OutpostArnT &&value)
AWS_S3OUTPOSTS_API Outpost()=default
bool OutpostIdHasBeenSet() const
Outpost & WithOutpostId(OutpostIdT &&value)
Outpost & WithOwnerId(OwnerIdT &&value)
void SetCapacityInBytes(long long value)
void SetS3OutpostArn(S3OutpostArnT &&value)
Outpost & WithCapacityInBytes(long long value)
bool S3OutpostArnHasBeenSet() const
bool OutpostArnHasBeenSet() const
const Aws::String & GetOutpostArn() const
const Aws::String & GetOutpostId() const
bool OwnerIdHasBeenSet() const
AWS_S3OUTPOSTS_API Outpost & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetCapacityInBytes() const
Outpost & WithS3OutpostArn(S3OutpostArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue