55 inline void SetTotalPartsCount(
int value) { m_totalPartsCountHasBeenSet =
true; m_totalPartsCount = value; }
76 inline void SetPartNumberMarker(
int value) { m_partNumberMarkerHasBeenSet =
true; m_partNumberMarker = value; }
126 inline void SetMaxParts(
int value) { m_maxPartsHasBeenSet =
true; m_maxParts = value; }
156 inline void SetIsTruncated(
bool value) { m_isTruncatedHasBeenSet =
true; m_isTruncated = value; }
217 int m_totalPartsCount;
218 bool m_totalPartsCountHasBeenSet =
false;
220 int m_partNumberMarker;
221 bool m_partNumberMarkerHasBeenSet =
false;
223 int m_nextPartNumberMarker;
224 bool m_nextPartNumberMarkerHasBeenSet =
false;
227 bool m_maxPartsHasBeenSet =
false;
230 bool m_isTruncatedHasBeenSet =
false;
233 bool m_partsHasBeenSet =
false;
int GetPartNumberMarker() const
void SetParts(Aws::Vector< ObjectPart > &&value)
void SetIsTruncated(bool value)
AWS_S3CRT_API GetObjectAttributesParts & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PartNumberMarkerHasBeenSet() const
GetObjectAttributesParts & WithPartNumberMarker(int value)
void SetParts(const Aws::Vector< ObjectPart > &value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetNextPartNumberMarker(int value)
void SetPartNumberMarker(int value)
GetObjectAttributesParts & WithParts(const Aws::Vector< ObjectPart > &value)
bool PartsHasBeenSet() const
GetObjectAttributesParts & WithIsTruncated(bool value)
bool GetIsTruncated() const
const Aws::Vector< ObjectPart > & GetParts() const
void SetMaxParts(int value)
AWS_S3CRT_API GetObjectAttributesParts()
GetObjectAttributesParts & AddParts(const ObjectPart &value)
AWS_S3CRT_API GetObjectAttributesParts(const Aws::Utils::Xml::XmlNode &xmlNode)
int GetNextPartNumberMarker() const
bool MaxPartsHasBeenSet() const
int GetTotalPartsCount() const
GetObjectAttributesParts & WithNextPartNumberMarker(int value)
bool TotalPartsCountHasBeenSet() const
GetObjectAttributesParts & AddParts(ObjectPart &&value)
GetObjectAttributesParts & WithParts(Aws::Vector< ObjectPart > &&value)
bool IsTruncatedHasBeenSet() const
bool NextPartNumberMarkerHasBeenSet() const
void SetTotalPartsCount(int value)
GetObjectAttributesParts & WithTotalPartsCount(int value)
GetObjectAttributesParts & WithMaxParts(int value)
std::vector< T, Aws::Allocator< T > > Vector