@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppVersionTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAppVersionTemplateResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAppVersionTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the application.
|
String |
getAppTemplateBody()
The body of the template.
|
String |
getAppVersion()
The version of the application.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
void |
setAppTemplateBody(String appTemplateBody)
The body of the template.
|
void |
setAppVersion(String appVersion)
The version of the application.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAppVersionTemplateResult |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
DescribeAppVersionTemplateResult |
withAppTemplateBody(String appTemplateBody)
The body of the template.
|
DescribeAppVersionTemplateResult |
withAppVersion(String appVersion)
The version of the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:
region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
appArn
- The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public String getAppArn()
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:
region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
partition
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public DescribeAppVersionTemplateResult withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:
region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
appArn
- The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public void setAppTemplateBody(String appTemplateBody)
The body of the template.
appTemplateBody
- The body of the template.public String getAppTemplateBody()
The body of the template.
public DescribeAppVersionTemplateResult withAppTemplateBody(String appTemplateBody)
The body of the template.
appTemplateBody
- The body of the template.public void setAppVersion(String appVersion)
The version of the application.
appVersion
- The version of the application.public String getAppVersion()
The version of the application.
public DescribeAppVersionTemplateResult withAppVersion(String appVersion)
The version of the application.
appVersion
- The version of the application.public String toString()
toString
in class Object
Object.toString()
public DescribeAppVersionTemplateResult clone()