@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateProjectAssetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDisassociateProjectAssetsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDisassociateProjectAssetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAssetIds()
The IDs of the assets to be disassociated from the project.
|
String |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
String |
getProjectId()
The ID of the project from which to disassociate the assets.
|
int |
hashCode() |
void |
setAssetIds(Collection<String> assetIds)
The IDs of the assets to be disassociated from the project.
|
void |
setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
void |
setProjectId(String projectId)
The ID of the project from which to disassociate the assets.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateProjectAssetsRequest |
withAssetIds(Collection<String> assetIds)
The IDs of the assets to be disassociated from the project.
|
BatchDisassociateProjectAssetsRequest |
withAssetIds(String... assetIds)
The IDs of the assets to be disassociated from the project.
|
BatchDisassociateProjectAssetsRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
BatchDisassociateProjectAssetsRequest |
withProjectId(String projectId)
The ID of the project from which to disassociate the assets.
|
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 BatchDisassociateProjectAssetsRequest()
public void setProjectId(String projectId)
The ID of the project from which to disassociate the assets.
projectId
- The ID of the project from which to disassociate the assets.public String getProjectId()
The ID of the project from which to disassociate the assets.
public BatchDisassociateProjectAssetsRequest withProjectId(String projectId)
The ID of the project from which to disassociate the assets.
projectId
- The ID of the project from which to disassociate the assets.public List<String> getAssetIds()
The IDs of the assets to be disassociated from the project.
public void setAssetIds(Collection<String> assetIds)
The IDs of the assets to be disassociated from the project.
assetIds
- The IDs of the assets to be disassociated from the project.public BatchDisassociateProjectAssetsRequest withAssetIds(String... assetIds)
The IDs of the assets to be disassociated from the project.
NOTE: This method appends the values to the existing list (if any). Use
setAssetIds(java.util.Collection)
or withAssetIds(java.util.Collection)
if you want to override
the existing values.
assetIds
- The IDs of the assets to be disassociated from the project.public BatchDisassociateProjectAssetsRequest withAssetIds(Collection<String> assetIds)
The IDs of the assets to be disassociated from the project.
assetIds
- The IDs of the assets to be disassociated from the project.public void setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public BatchDisassociateProjectAssetsRequest withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String toString()
toString
in class Object
Object.toString()
public BatchDisassociateProjectAssetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()