@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdatePermissionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdatePermissionsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<UpdateInstruction> | getUpdateInstructionBatch()
 An array of structures that contain the permission updates to make. | 
| String | getWorkspaceId()
 The ID of the workspace to update. | 
| int | hashCode() | 
| void | setUpdateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
 An array of structures that contain the permission updates to make. | 
| void | setWorkspaceId(String workspaceId)
 The ID of the workspace to update. | 
| String | toString()Returns a string representation of this object. | 
| UpdatePermissionsRequest | withUpdateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
 An array of structures that contain the permission updates to make. | 
| UpdatePermissionsRequest | withUpdateInstructionBatch(UpdateInstruction... updateInstructionBatch)
 An array of structures that contain the permission updates to make. | 
| UpdatePermissionsRequest | withWorkspaceId(String workspaceId)
 The ID of the workspace to update. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<UpdateInstruction> getUpdateInstructionBatch()
An array of structures that contain the permission updates to make.
public void setUpdateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
updateInstructionBatch - An array of structures that contain the permission updates to make.public UpdatePermissionsRequest withUpdateInstructionBatch(UpdateInstruction... updateInstructionBatch)
An array of structures that contain the permission updates to make.
 NOTE: This method appends the values to the existing list (if any). Use
 setUpdateInstructionBatch(java.util.Collection) or
 withUpdateInstructionBatch(java.util.Collection) if you want to override the existing values.
 
updateInstructionBatch - An array of structures that contain the permission updates to make.public UpdatePermissionsRequest withUpdateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
updateInstructionBatch - An array of structures that contain the permission updates to make.public void setWorkspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId - The ID of the workspace to update.public String getWorkspaceId()
The ID of the workspace to update.
public UpdatePermissionsRequest withWorkspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId - The ID of the workspace to update.public String toString()
toString in class ObjectObject.toString()public UpdatePermissionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()