* An object that describes the bucket that is updated. *
*/ private Bucket bucket; /** ** An array of objects that describe the result of the action, such as the status of the request, the timestamp of * the request, and the resources affected by the request. *
*/ private java.util.List* An object that describes the bucket that is updated. *
* * @param bucket * An object that describes the bucket that is updated. */ public void setBucket(Bucket bucket) { this.bucket = bucket; } /** ** An object that describes the bucket that is updated. *
* * @return An object that describes the bucket that is updated. */ public Bucket getBucket() { return this.bucket; } /** ** An object that describes the bucket that is updated. *
* * @param bucket * An object that describes the bucket that is updated. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateBucketResult withBucket(Bucket bucket) { setBucket(bucket); return this; } /** ** An array of objects that describe the result of the action, such as the status of the request, the timestamp of * the request, and the resources affected by the request. *
* * @return An array of objects that describe the result of the action, such as the status of the request, the * timestamp of the request, and the resources affected by the request. */ public java.util.List* An array of objects that describe the result of the action, such as the status of the request, the timestamp of * the request, and the resources affected by the request. *
* * @param operations * An array of objects that describe the result of the action, such as the status of the request, the * timestamp of the request, and the resources affected by the request. */ public void setOperations(java.util.Collection* An array of objects that describe the result of the action, such as the status of the request, the timestamp of * the request, and the resources affected by the request. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setOperations(java.util.Collection)} or {@link #withOperations(java.util.Collection)} if you want to * override the existing values. *
* * @param operations * An array of objects that describe the result of the action, such as the status of the request, the * timestamp of the request, and the resources affected by the request. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateBucketResult withOperations(Operation... operations) { if (this.operations == null) { setOperations(new java.util.ArrayList* An array of objects that describe the result of the action, such as the status of the request, the timestamp of * the request, and the resources affected by the request. *
* * @param operations * An array of objects that describe the result of the action, such as the status of the request, the * timestamp of the request, and the resources affected by the request. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateBucketResult withOperations(java.util.Collection