@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 | getProjectArn()
 The Amazon Resource Name (ARN) of the new project. | 
| int | hashCode() | 
| void | setProjectArn(String projectArn)
 The Amazon Resource Name (ARN) of the new project. | 
| String | toString()Returns a string representation of this object. | 
| CreateProjectResult | withProjectArn(String projectArn)
 The Amazon Resource Name (ARN) of the new project. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
projectArn - The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the
        project.public String getProjectArn()
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
public CreateProjectResult withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
projectArn - The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the
        project.public String toString()
toString in class ObjectObject.toString()public CreateProjectResult clone()