@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteProjectRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A user- or system-generated token that identifies the entity that requested project deletion.
|
Boolean |
getDeleteStack()
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the
project and its resources.
|
String |
getId()
The ID of the project to be deleted in AWS CodeStar.
|
int |
hashCode() |
Boolean |
isDeleteStack()
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the
project and its resources.
|
void |
setClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project deletion.
|
void |
setDeleteStack(Boolean deleteStack)
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the
project and its resources.
|
void |
setId(String id)
The ID of the project to be deleted in AWS CodeStar.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteProjectRequest |
withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project deletion.
|
DeleteProjectRequest |
withDeleteStack(Boolean deleteStack)
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the
project and its resources.
|
DeleteProjectRequest |
withId(String id)
The ID of the project to be deleted in AWS CodeStar.
|
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 setId(String id)
The ID of the project to be deleted in AWS CodeStar.
id
- The ID of the project to be deleted in AWS CodeStar.public String getId()
The ID of the project to be deleted in AWS CodeStar.
public DeleteProjectRequest withId(String id)
The ID of the project to be deleted in AWS CodeStar.
id
- The ID of the project to be deleted in AWS CodeStar.public void setClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project deletion. This token
can be used to repeat the request.public String getClientRequestToken()
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
public DeleteProjectRequest withClientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project deletion. This token
can be used to repeat the request.public void setDeleteStack(Boolean deleteStack)
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
deleteStack
- Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate
the project and its resources. This option will delete all AWS resources for the project (except for any
buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.public Boolean getDeleteStack()
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
public DeleteProjectRequest withDeleteStack(Boolean deleteStack)
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
deleteStack
- Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate
the project and its resources. This option will delete all AWS resources for the project (except for any
buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.public Boolean isDeleteStack()
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
public String toString()
toString
in class Object
Object.toString()
public DeleteProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.