@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateApplicationResult() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationResult |
clone() |
boolean |
equals(Object obj) |
ApiGatewayProxyInput |
getApiGatewayProxy()
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
String |
getApplicationId()
The unique identifier of the application.
|
String |
getArn()
The Amazon Resource Name (ARN) of the application.
|
String |
getCreatedByAccountId()
The Amazon Web Services account ID of application creator.
|
Date |
getCreatedTime()
A timestamp that indicates when the application is created.
|
String |
getEnvironmentId()
The ID of the environment in which the application is created.
|
Date |
getLastUpdatedTime()
A timestamp that indicates when the application was last updated.
|
String |
getName()
The name of the application.
|
String |
getOwnerAccountId()
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner
account ID).
|
String |
getProxyType()
The proxy type of the proxy created within the application.
|
String |
getState()
The current state of the application.
|
Map<String,String> |
getTags()
The tags assigned to the application.
|
String |
getVpcId()
The ID of the Amazon VPC.
|
int |
hashCode() |
void |
setApiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
void |
setApplicationId(String applicationId)
The unique identifier of the application.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
void |
setCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
|
void |
setCreatedTime(Date createdTime)
A timestamp that indicates when the application is created.
|
void |
setEnvironmentId(String environmentId)
The ID of the environment in which the application is created.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
void |
setName(String name)
The name of the application.
|
void |
setOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner
account ID).
|
void |
setProxyType(String proxyType)
The proxy type of the proxy created within the application.
|
void |
setState(String state)
The current state of the application.
|
void |
setTags(Map<String,String> tags)
The tags assigned to the application.
|
void |
setVpcId(String vpcId)
The ID of the Amazon VPC.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationResult |
withApiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
CreateApplicationResult |
withApplicationId(String applicationId)
The unique identifier of the application.
|
CreateApplicationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
CreateApplicationResult |
withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
|
CreateApplicationResult |
withCreatedTime(Date createdTime)
A timestamp that indicates when the application is created.
|
CreateApplicationResult |
withEnvironmentId(String environmentId)
The ID of the environment in which the application is created.
|
CreateApplicationResult |
withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
CreateApplicationResult |
withName(String name)
The name of the application.
|
CreateApplicationResult |
withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner
account ID).
|
CreateApplicationResult |
withProxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResult |
withProxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResult |
withState(ApplicationState state)
The current state of the application.
|
CreateApplicationResult |
withState(String state)
The current state of the application.
|
CreateApplicationResult |
withTags(Map<String,String> tags)
The tags assigned to the application.
|
CreateApplicationResult |
withVpcId(String vpcId)
The ID of the Amazon VPC.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
apiGatewayProxy
- A wrapper object holding the API Gateway endpoint type and stage name for the proxy.public ApiGatewayProxyInput getApiGatewayProxy()
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
public CreateApplicationResult withApiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
apiGatewayProxy
- A wrapper object holding the API Gateway endpoint type and stage name for the proxy.public void setApplicationId(String applicationId)
The unique identifier of the application.
applicationId
- The unique identifier of the application.public String getApplicationId()
The unique identifier of the application.
public CreateApplicationResult withApplicationId(String applicationId)
The unique identifier of the application.
applicationId
- The unique identifier of the application.public void setArn(String arn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn
- The Amazon Resource Name (ARN) of the application. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference.public String getArn()
The Amazon Resource Name (ARN) of the application. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference.public CreateApplicationResult withArn(String arn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn
- The Amazon Resource Name (ARN) of the application. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference.public void setCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
createdByAccountId
- The Amazon Web Services account ID of application creator.public String getCreatedByAccountId()
The Amazon Web Services account ID of application creator.
public CreateApplicationResult withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
createdByAccountId
- The Amazon Web Services account ID of application creator.public void setCreatedTime(Date createdTime)
A timestamp that indicates when the application is created.
createdTime
- A timestamp that indicates when the application is created.public Date getCreatedTime()
A timestamp that indicates when the application is created.
public CreateApplicationResult withCreatedTime(Date createdTime)
A timestamp that indicates when the application is created.
createdTime
- A timestamp that indicates when the application is created.public void setEnvironmentId(String environmentId)
The ID of the environment in which the application is created.
environmentId
- The ID of the environment in which the application is created.public String getEnvironmentId()
The ID of the environment in which the application is created.
public CreateApplicationResult withEnvironmentId(String environmentId)
The ID of the environment in which the application is created.
environmentId
- The ID of the environment in which the application is created.public void setLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the application was last updated.
lastUpdatedTime
- A timestamp that indicates when the application was last updated.public Date getLastUpdatedTime()
A timestamp that indicates when the application was last updated.
public CreateApplicationResult withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the application was last updated.
lastUpdatedTime
- A timestamp that indicates when the application 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 CreateApplicationResult withName(String name)
The name of the application.
name
- The name of the application.public void setOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
ownerAccountId
- The Amazon Web Services account ID of the application owner (which is always the same as the environment
owner account ID).public String getOwnerAccountId()
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
public CreateApplicationResult withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
ownerAccountId
- The Amazon Web Services account ID of the application owner (which is always the same as the environment
owner account ID).public void setProxyType(String proxyType)
The proxy type of the proxy created within the application.
proxyType
- The proxy type of the proxy created within the application.ProxyType
public String getProxyType()
The proxy type of the proxy created within the application.
ProxyType
public CreateApplicationResult withProxyType(String proxyType)
The proxy type of the proxy created within the application.
proxyType
- The proxy type of the proxy created within the application.ProxyType
public CreateApplicationResult withProxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
proxyType
- The proxy type of the proxy created within the application.ProxyType
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 CreateApplicationResult withState(String state)
The current state of the application.
state
- The current state of the application.ApplicationState
public CreateApplicationResult withState(ApplicationState state)
The current state of the application.
state
- The current state of the application.ApplicationState
public Map<String,String> getTags()
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
public void setTags(Map<String,String> tags)
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
tags
- The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource.
Each tag consists of a key-value pair.public CreateApplicationResult withTags(Map<String,String> tags)
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
tags
- The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource.
Each tag consists of a key-value pair.public CreateApplicationResult addTagsEntry(String key, String value)
public CreateApplicationResult clearTagsEntries()
public void setVpcId(String vpcId)
The ID of the Amazon VPC.
vpcId
- The ID of the Amazon VPC.public String getVpcId()
The ID of the Amazon VPC.
public CreateApplicationResult withVpcId(String vpcId)
The ID of the Amazon VPC.
vpcId
- The ID of the Amazon VPC.public String toString()
toString
in class Object
Object.toString()
public CreateApplicationResult clone()