7#include <aws/s3outposts/S3Outposts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename OutpostArnT = Aws::String>
47 void SetOutpostArn(OutpostArnT&& value) { m_outpostArnHasBeenSet =
true; m_outpostArn = std::forward<OutpostArnT>(value); }
48 template<
typename OutpostArnT = Aws::String>
59 template<
typename S3OutpostArnT = Aws::String>
60 void SetS3OutpostArn(S3OutpostArnT&& value) { m_s3OutpostArnHasBeenSet =
true; m_s3OutpostArn = std::forward<S3OutpostArnT>(value); }
61 template<
typename S3OutpostArnT = Aws::String>
71 template<
typename OutpostIdT = Aws::String>
72 void SetOutpostId(OutpostIdT&& value) { m_outpostIdHasBeenSet =
true; m_outpostId = std::forward<OutpostIdT>(value); }
73 template<
typename OutpostIdT = Aws::String>
84 template<
typename OwnerIdT = Aws::String>
85 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
86 template<
typename OwnerIdT = Aws::String>
96 inline void SetCapacityInBytes(
long long value) { m_capacityInBytesHasBeenSet =
true; m_capacityInBytes = value; }
102 bool m_outpostArnHasBeenSet =
false;
105 bool m_s3OutpostArnHasBeenSet =
false;
108 bool m_outpostIdHasBeenSet =
false;
111 bool m_ownerIdHasBeenSet =
false;
113 long long m_capacityInBytes{0};
114 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