@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAppRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAppRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the application.
|
Boolean |
getClearResiliencyPolicyArn()
Specifies if the resiliency policy ARN should be cleared.
|
String |
getDescription()
The optional description for an app.
|
String |
getPolicyArn()
The Amazon Resource Name (ARN) of the resiliency policy.
|
int |
hashCode() |
Boolean |
isClearResiliencyPolicyArn()
Specifies if the resiliency policy ARN should be cleared.
|
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
void |
setClearResiliencyPolicyArn(Boolean clearResiliencyPolicyArn)
Specifies if the resiliency policy ARN should be cleared.
|
void |
setDescription(String description)
The optional description for an app.
|
void |
setPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAppRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
UpdateAppRequest |
withClearResiliencyPolicyArn(Boolean clearResiliencyPolicyArn)
Specifies if the resiliency policy ARN should be cleared.
|
UpdateAppRequest |
withDescription(String description)
The optional description for an app.
|
UpdateAppRequest |
withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 UpdateAppRequest 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 setClearResiliencyPolicyArn(Boolean clearResiliencyPolicyArn)
Specifies if the resiliency policy ARN should be cleared.
clearResiliencyPolicyArn
- Specifies if the resiliency policy ARN should be cleared.public Boolean getClearResiliencyPolicyArn()
Specifies if the resiliency policy ARN should be cleared.
public UpdateAppRequest withClearResiliencyPolicyArn(Boolean clearResiliencyPolicyArn)
Specifies if the resiliency policy ARN should be cleared.
clearResiliencyPolicyArn
- Specifies if the resiliency policy ARN should be cleared.public Boolean isClearResiliencyPolicyArn()
Specifies if the resiliency policy ARN should be cleared.
public void setDescription(String description)
The optional description for an app.
description
- The optional description for an app.public String getDescription()
The optional description for an app.
public UpdateAppRequest withDescription(String description)
The optional description for an app.
description
- The optional description for an app.public void setPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:dcps:region
:account
:resiliency-policy/policy-id
. For more information
about ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
policyArn
- The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition
:dcps:region
:account
:resiliency-policy/
policy-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.public String getPolicyArn()
The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:dcps:region
:account
:resiliency-policy/policy-id
. For more information
about ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
partition
:dcps:region
:account
:resiliency-policy/
policy-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.public UpdateAppRequest withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:dcps:region
:account
:resiliency-policy/policy-id
. For more information
about ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
policyArn
- The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition
:dcps:region
:account
:resiliency-policy/
policy-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.public String toString()
toString
in class Object
Object.toString()
public UpdateAppRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()