@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
List<Tag> |
getChangeSetTags()
A list of objects specifying each key name and value for the
ChangeSetTags property. |
String |
getClientRequestToken()
A unique token to identify the request to ensure idempotency.
|
String |
getIntent()
The intent related to the request.
|
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 |
setChangeSetTags(Collection<Tag> changeSetTags)
A list of objects specifying each key name and value for the
ChangeSetTags property. |
void |
setClientRequestToken(String clientRequestToken)
A unique token to identify the request to ensure idempotency.
|
void |
setIntent(String intent)
The intent related to the request.
|
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 |
withChangeSetTags(Collection<Tag> changeSetTags)
A list of objects specifying each key name and value for the
ChangeSetTags property. |
StartChangeSetRequest |
withChangeSetTags(Tag... changeSetTags)
A list of objects specifying each key name and value for the
ChangeSetTags property. |
StartChangeSetRequest |
withClientRequestToken(String clientRequestToken)
A unique token to identify the request to ensure idempotency.
|
StartChangeSetRequest |
withIntent(Intent intent)
The intent related to the request.
|
StartChangeSetRequest |
withIntent(String intent)
The intent related to the request.
|
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 setCatalog(String catalog)
The catalog related to the request. Fixed value: AWSMarketplace
catalog
- The catalog related to the request. Fixed value: AWSMarketplace
public String getCatalog()
The catalog related to the request. Fixed value: AWSMarketplace
AWSMarketplace
public StartChangeSetRequest withCatalog(String catalog)
The catalog related to the request. Fixed value: AWSMarketplace
catalog
- The catalog related to the request. Fixed value: AWSMarketplace
public 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 List<Tag> getChangeSetTags()
A list of objects specifying each key name and value for the ChangeSetTags
property.
ChangeSetTags
property.public void setChangeSetTags(Collection<Tag> changeSetTags)
A list of objects specifying each key name and value for the ChangeSetTags
property.
changeSetTags
- A list of objects specifying each key name and value for the ChangeSetTags
property.public StartChangeSetRequest withChangeSetTags(Tag... changeSetTags)
A list of objects specifying each key name and value for the ChangeSetTags
property.
NOTE: This method appends the values to the existing list (if any). Use
setChangeSetTags(java.util.Collection)
or withChangeSetTags(java.util.Collection)
if you want
to override the existing values.
changeSetTags
- A list of objects specifying each key name and value for the ChangeSetTags
property.public StartChangeSetRequest withChangeSetTags(Collection<Tag> changeSetTags)
A list of objects specifying each key name and value for the ChangeSetTags
property.
changeSetTags
- A list of objects specifying each key name and value for the ChangeSetTags
property.public void setIntent(String intent)
The intent related to the request. The default is APPLY
. To test your request before applying
changes to your entities, use VALIDATE
. This feature is currently available for adding versions to
single-AMI products. For more information, see Add
a new version.
intent
- The intent related to the request. The default is APPLY
. To test your request before applying
changes to your entities, use VALIDATE
. This feature is currently available for adding
versions to single-AMI products. For more information, see Add a new version.Intent
public String getIntent()
The intent related to the request. The default is APPLY
. To test your request before applying
changes to your entities, use VALIDATE
. This feature is currently available for adding versions to
single-AMI products. For more information, see Add
a new version.
APPLY
. To test your request before
applying changes to your entities, use VALIDATE
. This feature is currently available for
adding versions to single-AMI products. For more information, see Add a new version.Intent
public StartChangeSetRequest withIntent(String intent)
The intent related to the request. The default is APPLY
. To test your request before applying
changes to your entities, use VALIDATE
. This feature is currently available for adding versions to
single-AMI products. For more information, see Add
a new version.
intent
- The intent related to the request. The default is APPLY
. To test your request before applying
changes to your entities, use VALIDATE
. This feature is currently available for adding
versions to single-AMI products. For more information, see Add a new version.Intent
public StartChangeSetRequest withIntent(Intent intent)
The intent related to the request. The default is APPLY
. To test your request before applying
changes to your entities, use VALIDATE
. This feature is currently available for adding versions to
single-AMI products. For more information, see Add
a new version.
intent
- The intent related to the request. The default is APPLY
. To test your request before applying
changes to your entities, use VALIDATE
. This feature is currently available for adding
versions to single-AMI products. For more information, see Add a new version.Intent
public String toString()
toString
in class Object
Object.toString()
public StartChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()