@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DeleteProjectResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteProjectResult | clone() | 
| boolean | equals(Object obj) | 
| String | getProjectArn()
 The Amazon Resource Name (ARN) of the deleted project. | 
| String | getStackId()
 The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its
 resources. | 
| int | hashCode() | 
| void | setProjectArn(String projectArn)
 The Amazon Resource Name (ARN) of the deleted project. | 
| void | setStackId(String stackId)
 The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its
 resources. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DeleteProjectResult | withProjectArn(String projectArn)
 The Amazon Resource Name (ARN) of the deleted project. | 
| DeleteProjectResult | withStackId(String stackId)
 The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its
 resources. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStackId(String stackId)
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
stackId - The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and
        its resources.public String getStackId()
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
public DeleteProjectResult withStackId(String stackId)
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
stackId - The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and
        its resources.public void setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the deleted project.
projectArn - The Amazon Resource Name (ARN) of the deleted project.public String getProjectArn()
The Amazon Resource Name (ARN) of the deleted project.
public DeleteProjectResult withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the deleted project.
projectArn - The Amazon Resource Name (ARN) of the deleted project.public String toString()
toString in class ObjectObject.toString()public DeleteProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.