@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFolderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateFolderRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFolderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account that contains the folder to update.
|
String |
getFolderId()
The ID of the folder.
|
String |
getName()
The name of the folder.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder to update.
|
void |
setFolderId(String folderId)
The ID of the folder.
|
void |
setName(String name)
The name of the folder.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFolderRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder to update.
|
UpdateFolderRequest |
withFolderId(String folderId)
The ID of the folder.
|
UpdateFolderRequest |
withName(String name)
The name of the folder.
|
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 void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder to update.
awsAccountId - The ID for the Amazon Web Services account that contains the folder to update.public String getAwsAccountId()
The ID for the Amazon Web Services account that contains the folder to update.
public UpdateFolderRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder to update.
awsAccountId - The ID for the Amazon Web Services account that contains the folder to update.public void setFolderId(String folderId)
The ID of the folder.
folderId - The ID of the folder.public String getFolderId()
The ID of the folder.
public UpdateFolderRequest withFolderId(String folderId)
The ID of the folder.
folderId - The ID of the folder.public void setName(String name)
The name of the folder.
name - The name of the folder.public String getName()
The name of the folder.
public UpdateFolderRequest withName(String name)
The name of the folder.
name - The name of the folder.public String toString()
toString in class ObjectObject.toString()public UpdateFolderRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()