@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateProjectRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the project to be updated.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
|
Sample |
getSample() |
int |
hashCode() |
void |
setName(String name)
The name of the project to be updated.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
|
void |
setSample(Sample sample) |
String |
toString()
Returns a string representation of this object.
|
UpdateProjectRequest |
withName(String name)
The name of the project to be updated.
|
UpdateProjectRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
|
UpdateProjectRequest |
withSample(Sample sample) |
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 setSample(Sample sample)
sample
- public Sample getSample()
public UpdateProjectRequest withSample(Sample sample)
sample
- public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
roleArn
- The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
public UpdateProjectRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
roleArn
- The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.public void setName(String name)
The name of the project to be updated.
name
- The name of the project to be updated.public String getName()
The name of the project to be updated.
public UpdateProjectRequest withName(String name)
The name of the project to be updated.
name
- The name of the project to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()