@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteContinuousDeploymentPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteContinuousDeploymentPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteContinuousDeploymentPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the continuous deployment policy that you are deleting.
|
String |
getIfMatch()
The current version (
ETag value) of the continuous deployment policy that you are deleting. |
int |
hashCode() |
void |
setId(String id)
The identifier of the continuous deployment policy that you are deleting.
|
void |
setIfMatch(String ifMatch)
The current version (
ETag value) of the continuous deployment policy that you are deleting. |
String |
toString()
Returns a string representation of this object.
|
DeleteContinuousDeploymentPolicyRequest |
withId(String id)
The identifier of the continuous deployment policy that you are deleting.
|
DeleteContinuousDeploymentPolicyRequest |
withIfMatch(String ifMatch)
The current version (
ETag value) of the continuous deployment policy that you are deleting. |
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 DeleteContinuousDeploymentPolicyRequest()
public void setId(String id)
The identifier of the continuous deployment policy that you are deleting.
id
- The identifier of the continuous deployment policy that you are deleting.public String getId()
The identifier of the continuous deployment policy that you are deleting.
public DeleteContinuousDeploymentPolicyRequest withId(String id)
The identifier of the continuous deployment policy that you are deleting.
id
- The identifier of the continuous deployment policy that you are deleting.public void setIfMatch(String ifMatch)
The current version (ETag
value) of the continuous deployment policy that you are deleting.
ifMatch
- The current version (ETag
value) of the continuous deployment policy that you are deleting.public String getIfMatch()
The current version (ETag
value) of the continuous deployment policy that you are deleting.
ETag
value) of the continuous deployment policy that you are deleting.public DeleteContinuousDeploymentPolicyRequest withIfMatch(String ifMatch)
The current version (ETag
value) of the continuous deployment policy that you are deleting.
ifMatch
- The current version (ETag
value) of the continuous deployment policy that you are deleting.public String toString()
toString
in class Object
Object.toString()
public DeleteContinuousDeploymentPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()