@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
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 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:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
SizeConstraintSetUpdate
objects that you want to insert into or delete from a
SizeConstraintSet. For more information, see the applicable data types:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
public 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:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
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:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
public 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:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
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:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
public 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:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
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:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
public String toString()
toString
in class Object
Object.toString()
public UpdateSizeConstraintSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.