@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 project that was deleted.
|
int |
hashCode() |
void |
setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProjectResult |
withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that was deleted.
projectArn - The Amazon Resource Name (ARN) of the project that was deleted.public String getProjectArn()
The Amazon Resource Name (ARN) of the project that was deleted.
public DeleteProjectResult withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that was deleted.
projectArn - The Amazon Resource Name (ARN) of the project that was deleted.public String toString()
toString in class ObjectObject.toString()public DeleteProjectResult clone()