@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProjectResult() |
Modifier and Type | Method and Description |
---|---|
CreateProjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the project.
|
String |
getClientRequestToken()
The user- or system-generated token from the initial request that can be used to repeat the request.
|
String |
getId()
The ID for the project.
|
String |
getProjectTemplateId()
The ID for the AWS CodeStar project template used to create the project.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the project.
|
void |
setClientRequestToken(String clientRequestToken)
The user- or system-generated token from the initial request that can be used to repeat the request.
|
void |
setId(String id)
The ID for the project.
|
void |
setProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateProjectResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the project.
|
CreateProjectResult |
withClientRequestToken(String clientRequestToken)
The user- or system-generated token from the initial request that can be used to repeat the request.
|
CreateProjectResult |
withId(String id)
The ID for the project.
|
CreateProjectResult |
withProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID for the project.
id
- The ID for the project.public String getId()
The ID for the project.
public CreateProjectResult withId(String id)
The ID for the project.
id
- The ID for the project.public void setArn(String arn)
The Amazon Resource Name (ARN) for the project.
arn
- The Amazon Resource Name (ARN) for the project.public String getArn()
The Amazon Resource Name (ARN) for the project.
public CreateProjectResult withArn(String arn)
The Amazon Resource Name (ARN) for the project.
arn
- The Amazon Resource Name (ARN) for the project.public void setClientRequestToken(String clientRequestToken)
The user- or system-generated token from the initial request that can be used to repeat the request. It can also be used to identify which user or system made the request in DescribeProject and ListProjects.
clientRequestToken
- The user- or system-generated token from the initial request that can be used to repeat the request. It
can also be used to identify which user or system made the request in DescribeProject and ListProjects.public String getClientRequestToken()
The user- or system-generated token from the initial request that can be used to repeat the request. It can also be used to identify which user or system made the request in DescribeProject and ListProjects.
public CreateProjectResult withClientRequestToken(String clientRequestToken)
The user- or system-generated token from the initial request that can be used to repeat the request. It can also be used to identify which user or system made the request in DescribeProject and ListProjects.
clientRequestToken
- The user- or system-generated token from the initial request that can be used to repeat the request. It
can also be used to identify which user or system made the request in DescribeProject and ListProjects.public void setProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
projectTemplateId
- The ID for the AWS CodeStar project template used to create the project.public String getProjectTemplateId()
The ID for the AWS CodeStar project template used to create the project.
public CreateProjectResult withProjectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
projectTemplateId
- The ID for the AWS CodeStar project template used to create the project.public String toString()
toString
in class Object
Object.toString()
public CreateProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.