@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTestGridProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateTestGridProjectRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateTestGridProjectRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getDescription()
 Human-readable description for the project. | 
| String | getName()
 Human-readable name for the project. | 
| String | getProjectArn()
 ARN of the project to update. | 
| TestGridVpcConfig | getVpcConfig()
 The VPC security groups and subnets that are attached to a project. | 
| int | hashCode() | 
| void | setDescription(String description)
 Human-readable description for the project. | 
| void | setName(String name)
 Human-readable name for the project. | 
| void | setProjectArn(String projectArn)
 ARN of the project to update. | 
| void | setVpcConfig(TestGridVpcConfig vpcConfig)
 The VPC security groups and subnets that are attached to a project. | 
| String | toString()Returns a string representation of this object. | 
| UpdateTestGridProjectRequest | withDescription(String description)
 Human-readable description for the project. | 
| UpdateTestGridProjectRequest | withName(String name)
 Human-readable name for the project. | 
| UpdateTestGridProjectRequest | withProjectArn(String projectArn)
 ARN of the project to update. | 
| UpdateTestGridProjectRequest | withVpcConfig(TestGridVpcConfig vpcConfig)
 The VPC security groups and subnets that are attached to a project. | 
addHandlerContext, copyBaseTo, 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 setProjectArn(String projectArn)
ARN of the project to update.
projectArn - ARN of the project to update.public String getProjectArn()
ARN of the project to update.
public UpdateTestGridProjectRequest withProjectArn(String projectArn)
ARN of the project to update.
projectArn - ARN of the project to update.public void setName(String name)
Human-readable name for the project.
name - Human-readable name for the project.public String getName()
Human-readable name for the project.
public UpdateTestGridProjectRequest withName(String name)
Human-readable name for the project.
name - Human-readable name for the project.public void setDescription(String description)
Human-readable description for the project.
description - Human-readable description for the project.public String getDescription()
Human-readable description for the project.
public UpdateTestGridProjectRequest withDescription(String description)
Human-readable description for the project.
description - Human-readable description for the project.public void setVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
vpcConfig - The VPC security groups and subnets that are attached to a project.public TestGridVpcConfig getVpcConfig()
The VPC security groups and subnets that are attached to a project.
public UpdateTestGridProjectRequest withVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
vpcConfig - The VPC security groups and subnets that are attached to a project.public String toString()
toString in class ObjectObject.toString()public UpdateTestGridProjectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.