@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartChangeSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartChangeSetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalog()
The catalog related to the request.
|
List<Change> |
getChangeSet()
Array of
change object. |
String |
getChangeSetName()
Optional case sensitive string of up to 100 ASCII characters.
|
String |
getClientRequestToken()
A unique token to identify the request to ensure idempotency.
|
int |
hashCode() |
void |
setCatalog(String catalog)
The catalog related to the request.
|
void |
setChangeSet(Collection<Change> changeSet)
Array of
change object. |
void |
setChangeSetName(String changeSetName)
Optional case sensitive string of up to 100 ASCII characters.
|
void |
setClientRequestToken(String clientRequestToken)
A unique token to identify the request to ensure idempotency.
|
String |
toString()
Returns a string representation of this object.
|
StartChangeSetRequest |
withCatalog(String catalog)
The catalog related to the request.
|
StartChangeSetRequest |
withChangeSet(Change... changeSet)
Array of
change object. |
StartChangeSetRequest |
withChangeSet(Collection<Change> changeSet)
Array of
change object. |
StartChangeSetRequest |
withChangeSetName(String changeSetName)
Optional case sensitive string of up to 100 ASCII characters.
|
StartChangeSetRequest |
withClientRequestToken(String clientRequestToken)
A unique token to identify the request to ensure idempotency.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setCatalog(String catalog)
The catalog related to the request. Fixed value: AWSMarketplace
catalog - The catalog related to the request. Fixed value: AWSMarketplacepublic String getCatalog()
The catalog related to the request. Fixed value: AWSMarketplace
AWSMarketplacepublic StartChangeSetRequest withCatalog(String catalog)
The catalog related to the request. Fixed value: AWSMarketplace
catalog - The catalog related to the request. Fixed value: AWSMarketplacepublic List<Change> getChangeSet()
Array of change object.
change object.public void setChangeSet(Collection<Change> changeSet)
Array of change object.
changeSet - Array of change object.public StartChangeSetRequest withChangeSet(Change... changeSet)
Array of change object.
NOTE: This method appends the values to the existing list (if any). Use
setChangeSet(java.util.Collection) or withChangeSet(java.util.Collection) if you want to
override the existing values.
changeSet - Array of change object.public StartChangeSetRequest withChangeSet(Collection<Change> changeSet)
Array of change object.
changeSet - Array of change object.public void setChangeSetName(String changeSetName)
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.
changeSetName - Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter
the list of change sets.public String getChangeSetName()
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.
public StartChangeSetRequest withChangeSetName(String changeSetName)
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.
changeSetName - Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter
the list of change sets.public void setClientRequestToken(String clientRequestToken)
A unique token to identify the request to ensure idempotency.
clientRequestToken - A unique token to identify the request to ensure idempotency.public String getClientRequestToken()
A unique token to identify the request to ensure idempotency.
public StartChangeSetRequest withClientRequestToken(String clientRequestToken)
A unique token to identify the request to ensure idempotency.
clientRequestToken - A unique token to identify the request to ensure idempotency.public String toString()
toString in class ObjectObject.toString()public StartChangeSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.