@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) of the created project.
|
String |
getClientRequestToken()
A user- or system-generated token that identifies the entity that requested project creation.
|
String |
getId()
The ID of the project.
|
String |
getProjectTemplateId()
Reserved for future use.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the created project.
|
void |
setClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
void |
setId(String id)
The ID of the project.
|
void |
setProjectTemplateId(String projectTemplateId)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
CreateProjectResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the created project.
|
CreateProjectResult |
withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
CreateProjectResult |
withId(String id)
The ID of the project.
|
CreateProjectResult |
withProjectTemplateId(String projectTemplateId)
Reserved for future use.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID of the project.
id
- The ID of the project.public String getId()
The ID of the project.
public CreateProjectResult withId(String id)
The ID of the project.
id
- The ID of the project.public void setArn(String arn)
The Amazon Resource Name (ARN) of the created project.
arn
- The Amazon Resource Name (ARN) of the created project.public String getArn()
The Amazon Resource Name (ARN) of the created project.
public CreateProjectResult withArn(String arn)
The Amazon Resource Name (ARN) of the created project.
arn
- The Amazon Resource Name (ARN) of the created project.public void setClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project creation.public String getClientRequestToken()
A user- or system-generated token that identifies the entity that requested project creation.
public CreateProjectResult withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project creation.public void setProjectTemplateId(String projectTemplateId)
Reserved for future use.
projectTemplateId
- Reserved for future use.public String getProjectTemplateId()
Reserved for future use.
public CreateProjectResult withProjectTemplateId(String projectTemplateId)
Reserved for future use.
projectTemplateId
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public CreateProjectResult clone()