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;
bool TotalPartsCountHasBeenSet() const
GetObjectAttributesParts & WithNextPartNumberMarker(int value)
bool GetIsTruncated() const
GetObjectAttributesParts & WithParts(const Aws::Vector< ObjectPart > &value)
void SetIsTruncated(bool value)
int GetTotalPartsCount() const
GetObjectAttributesParts & WithParts(Aws::Vector< ObjectPart > &&value)
GetObjectAttributesParts & WithTotalPartsCount(int value)
void SetMaxParts(int value)
void SetTotalPartsCount(int value)
bool MaxPartsHasBeenSet() const
bool PartsHasBeenSet() const
GetObjectAttributesParts & WithPartNumberMarker(int value)
GetObjectAttributesParts & WithIsTruncated(bool value)
GetObjectAttributesParts & AddParts(const ObjectPart &value)
bool IsTruncatedHasBeenSet() const
int GetNextPartNumberMarker() const
AWS_S3_API GetObjectAttributesParts()
void SetNextPartNumberMarker(int value)
bool PartNumberMarkerHasBeenSet() const
const Aws::Vector< ObjectPart > & GetParts() const
void SetParts(const Aws::Vector< ObjectPart > &value)
AWS_S3_API GetObjectAttributesParts(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NextPartNumberMarkerHasBeenSet() const
void SetPartNumberMarker(int value)
GetObjectAttributesParts & AddParts(ObjectPart &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
GetObjectAttributesParts & WithMaxParts(int value)
AWS_S3_API GetObjectAttributesParts & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
int GetPartNumberMarker() const
void SetParts(Aws::Vector< ObjectPart > &&value)
std::vector< T, Aws::Allocator< T > > Vector