diff --git a/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectRequest.h b/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectRequest.h index f61893fa856019550b4bcf8243b6b8de04a2e834..aa7447528e4491e94813f62c732d600a54fa9169 100644 --- a/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectRequest.h +++ b/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectRequest.h @@ -89,6 +89,46 @@ namespace Model */ inline PutObjectRequest& WithACL(ObjectCannedACL&& value) { SetACL(std::move(value)); return *this;} + /** + *
Append Object
+ */ + inline bool GetAppend() const{ return m_append; } + + /** + *Append Object
+ */ + inline bool AppendHasBeenSet() const { return m_appendHasBeenSet; } + + /** + *Append Object
+ */ + inline void SetAppend(bool value) { m_appendHasBeenSet = true; m_append = value; } + + /** + *Append Object
+ */ + inline PutObjectRequest& WithAppend(bool value) { SetAppend(value); return *this;} + + + /** + *Position to allow appending
+ */ + inline int GetAppendPosition() const{ return m_appendPosition; } + + /** + *Position to allow appending
+ */ + inline bool AppendPositionHasBeenSet() const { return m_appendPositionHasBeenSet; } + + /** + *Position to allow appending
+ */ + inline void SetAppendPosition(int value) { m_appendPositionHasBeenSet = true; m_appendPosition = value; } + + /** + *Position to allow appending
+ */ + inline PutObjectRequest& WithAppendPosition(int value) { SetAppendPosition(value); return *this;} /** *The bucket name to which the PUT operation was initiated.
When using
@@ -1890,6 +1930,11 @@ namespace Model
ObjectCannedACL m_aCL;
bool m_aCLHasBeenSet;
+ bool m_append;
+ bool m_appendHasBeenSet;
+
+ int m_appendPosition;
+ bool m_appendPositionHasBeenSet;
Aws::String m_bucket;
bool m_bucketHasBeenSet;
diff --git a/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectResult.h b/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectResult.h
index a20fe77e51227183c71b66e0752b2660d457bd68..f1aff93f262c117ee91731a662449102b37723e9 100644
--- a/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectResult.h
+++ b/xos-cpp-demo/awssdk/include/aws/s3/model/PutObjectResult.h
@@ -33,6 +33,20 @@ namespace Model
PutObjectResult(const Aws::AmazonWebServiceResult Position to allow appending Position to allow appending Position to allow appending