@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteApplicationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application.
|
String |
getArn()
The Amazon Resource Name (ARN) of the application.
|
String |
getEnvironmentId()
The unique identifier of the application’s environment.
|
Date |
getLastUpdatedTime()
A timestamp that indicates when the environment was last updated.
|
String |
getName()
The name of the application.
|
String |
getState()
The current state of the application.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
void |
setEnvironmentId(String environmentId)
The unique identifier of the application’s environment.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
void |
setName(String name)
The name of the application.
|
void |
setState(String state)
The current state of the application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationResult |
withApplicationId(String applicationId)
The ID of the application.
|
DeleteApplicationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
DeleteApplicationResult |
withEnvironmentId(String environmentId)
The unique identifier of the application’s environment.
|
DeleteApplicationResult |
withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
DeleteApplicationResult |
withName(String name)
The name of the application.
|
DeleteApplicationResult |
withState(ApplicationState state)
The current state of the application.
|
DeleteApplicationResult |
withState(String state)
The current state of the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public String getApplicationId()
The ID of the application.
public DeleteApplicationResult withApplicationId(String applicationId)
The ID of the application.
applicationId
- The ID of the application.public void setArn(String arn)
The Amazon Resource Name (ARN) of the application.
arn
- The Amazon Resource Name (ARN) of the application.public String getArn()
The Amazon Resource Name (ARN) of the application.
public DeleteApplicationResult withArn(String arn)
The Amazon Resource Name (ARN) of the application.
arn
- The Amazon Resource Name (ARN) of the application.public void setEnvironmentId(String environmentId)
The unique identifier of the application’s environment.
environmentId
- The unique identifier of the application’s environment.public String getEnvironmentId()
The unique identifier of the application’s environment.
public DeleteApplicationResult withEnvironmentId(String environmentId)
The unique identifier of the application’s environment.
environmentId
- The unique identifier of the application’s environment.public void setLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
lastUpdatedTime
- A timestamp that indicates when the environment was last updated.public Date getLastUpdatedTime()
A timestamp that indicates when the environment was last updated.
public DeleteApplicationResult withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
lastUpdatedTime
- A timestamp that indicates when the environment was last updated.public void setName(String name)
The name of the application.
name
- The name of the application.public String getName()
The name of the application.
public DeleteApplicationResult withName(String name)
The name of the application.
name
- The name of the application.public void setState(String state)
The current state of the application.
state
- The current state of the application.ApplicationState
public String getState()
The current state of the application.
ApplicationState
public DeleteApplicationResult withState(String state)
The current state of the application.
state
- The current state of the application.ApplicationState
public DeleteApplicationResult withState(ApplicationState state)
The current state of the application.
state
- The current state of the application.ApplicationState
public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationResult clone()