@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoleDescriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRoleDescriptionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRoleDescriptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The new description that you want to apply to the specified role.
|
String |
getRoleName()
The name of the role that you want to modify.
|
int |
hashCode() |
void |
setDescription(String description)
The new description that you want to apply to the specified role.
|
void |
setRoleName(String roleName)
The name of the role that you want to modify.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateRoleDescriptionRequest |
withDescription(String description)
The new description that you want to apply to the specified role.
|
UpdateRoleDescriptionRequest |
withRoleName(String roleName)
The name of the role that you want to modify.
|
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, withSdkRequestTimeout
public void setRoleName(String roleName)
The name of the role that you want to modify.
roleName
- The name of the role that you want to modify.public String getRoleName()
The name of the role that you want to modify.
public UpdateRoleDescriptionRequest withRoleName(String roleName)
The name of the role that you want to modify.
roleName
- The name of the role that you want to modify.public void setDescription(String description)
The new description that you want to apply to the specified role.
description
- The new description that you want to apply to the specified role.public String getDescription()
The new description that you want to apply to the specified role.
public UpdateRoleDescriptionRequest withDescription(String description)
The new description that you want to apply to the specified role.
description
- The new description that you want to apply to the specified role.public String toString()
toString
in class Object
Object.toString()
public UpdateRoleDescriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.