public class UpdateSizeConstraintSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSizeConstraintSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSizeConstraintSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
String |
getSizeConstraintSetId()
The
SizeConstraintSetId of the SizeConstraintSet that
you want to update. |
List<SizeConstraintSetUpdate> |
getUpdates()
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setSizeConstraintSetId(String sizeConstraintSetId)
The
SizeConstraintSetId of the SizeConstraintSet that
you want to update. |
void |
setUpdates(Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSizeConstraintSetRequest |
withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateSizeConstraintSetRequest |
withSizeConstraintSetId(String sizeConstraintSetId)
The
SizeConstraintSetId of the SizeConstraintSet that
you want to update. |
UpdateSizeConstraintSetRequest |
withUpdates(Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
UpdateSizeConstraintSetRequest |
withUpdates(SizeConstraintSetUpdate... updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSizeConstraintSetId(String sizeConstraintSetId)
The SizeConstraintSetId of the SizeConstraintSet that
you want to update. SizeConstraintSetId is returned by
CreateSizeConstraintSet and by ListSizeConstraintSets.
sizeConstraintSetId - The SizeConstraintSetId of the
SizeConstraintSet that you want to update.
SizeConstraintSetId is returned by
CreateSizeConstraintSet and by
ListSizeConstraintSets.public String getSizeConstraintSetId()
The SizeConstraintSetId of the SizeConstraintSet that
you want to update. SizeConstraintSetId is returned by
CreateSizeConstraintSet and by ListSizeConstraintSets.
SizeConstraintSetId of the
SizeConstraintSet that you want to update.
SizeConstraintSetId is returned by
CreateSizeConstraintSet and by
ListSizeConstraintSets.public UpdateSizeConstraintSetRequest withSizeConstraintSetId(String sizeConstraintSetId)
The SizeConstraintSetId of the SizeConstraintSet that
you want to update. SizeConstraintSetId is returned by
CreateSizeConstraintSet and by ListSizeConstraintSets.
sizeConstraintSetId - The SizeConstraintSetId of the
SizeConstraintSet that you want to update.
SizeConstraintSetId is returned by
CreateSizeConstraintSet and by
ListSizeConstraintSets.public void setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public String getChangeToken()
The value returned by the most recent call to GetChangeToken.
public UpdateSizeConstraintSetRequest withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public List<SizeConstraintSetUpdate> getUpdates()
An array of SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. For more
information, see the applicable data types:
Action and
SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator, and
SizeData and Type
SizeConstraintSetUpdate objects that you
want to insert into or delete from a SizeConstraintSet.
For more information, see the applicable data types:
Action
and SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator,
and SizeData and
Typepublic void setUpdates(Collection<SizeConstraintSetUpdate> updates)
An array of SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. For more
information, see the applicable data types:
Action and
SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator, and
SizeData and Type
updates - An array of SizeConstraintSetUpdate objects that you
want to insert into or delete from a SizeConstraintSet. For
more information, see the applicable data types:
Action
and SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator,
and SizeData and
Typepublic UpdateSizeConstraintSetRequest withUpdates(SizeConstraintSetUpdate... updates)
An array of SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. For more
information, see the applicable data types:
Action and
SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator, and
SizeData and Type
NOTE: This method appends the values to the existing list (if
any). Use setUpdates(java.util.Collection) or
withUpdates(java.util.Collection) if you want to override the
existing values.
updates - An array of SizeConstraintSetUpdate objects that you
want to insert into or delete from a SizeConstraintSet. For
more information, see the applicable data types:
Action
and SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator,
and SizeData and
Typepublic UpdateSizeConstraintSetRequest withUpdates(Collection<SizeConstraintSetUpdate> updates)
An array of SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. For more
information, see the applicable data types:
Action and
SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator, and
SizeData and Type
updates - An array of SizeConstraintSetUpdate objects that you
want to insert into or delete from a SizeConstraintSet. For
more information, see the applicable data types:
Action
and SizeConstraintFieldToMatch,
TextTransformation, ComparisonOperator,
and SizeData and
Typepublic String toString()
toString in class ObjectObject.toString()public UpdateSizeConstraintSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.