public class UpdateSizeConstraintSetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeToken
The value returned by the most recent call to GetChangeToken.
|
private java.lang.String |
sizeConstraintSetId
The
SizeConstraintSetId of the SizeConstraintSet that
you want to update. |
private java.util.List<SizeConstraintSetUpdate> |
updates
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
NOOP
Constructor and Description |
---|
UpdateSizeConstraintSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSizeConstraintSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
java.lang.String |
getSizeConstraintSetId()
The
SizeConstraintSetId of the SizeConstraintSet that
you want to update. |
java.util.List<SizeConstraintSetUpdate> |
getUpdates()
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
int |
hashCode() |
void |
setChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setSizeConstraintSetId(java.lang.String sizeConstraintSetId)
The
SizeConstraintSetId of the SizeConstraintSet that
you want to update. |
void |
setUpdates(java.util.Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSizeConstraintSetRequest |
withChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateSizeConstraintSetRequest |
withSizeConstraintSetId(java.lang.String sizeConstraintSetId)
The
SizeConstraintSetId of the SizeConstraintSet that
you want to update. |
UpdateSizeConstraintSetRequest |
withUpdates(java.util.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. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String sizeConstraintSetId
The SizeConstraintSetId
of the SizeConstraintSet that
you want to update. SizeConstraintSetId
is returned by
CreateSizeConstraintSet and by ListSizeConstraintSets.
private java.lang.String changeToken
The value returned by the most recent call to GetChangeToken.
private java.util.List<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
SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
, and
Size
Data
and Type
public void setSizeConstraintSetId(java.lang.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 java.lang.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(java.lang.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(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to
GetChangeToken.public java.lang.String getChangeToken()
The value returned by the most recent call to GetChangeToken.
public UpdateSizeConstraintSetRequest withChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to
GetChangeToken.public java.util.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
SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
, and
Size
Data
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 SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
,
and Size
Data
and
Type
public void setUpdates(java.util.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
SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
, and
Size
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:
Action
and SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
,
and Size
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:
Action
and
SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
, and
Size
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:
Action
and SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
,
and Size
Data
and
Type
public UpdateSizeConstraintSetRequest withUpdates(java.util.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
SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
, and
Size
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:
Action
and SizeConstraint
FieldToMatch
,
TextTransformation
, ComparisonOperator
,
and Size
Data
and
Type
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateSizeConstraintSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()