Class CreateSizeConstraintSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheChangeToken
that you used to submit theCreateSizeConstraintSet
request.A SizeConstraintSet that contains noSizeConstraint
objects.int
hashCode()
void
setChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateSizeConstraintSet
request.void
setSizeConstraintSet
(SizeConstraintSet sizeConstraintSet) A SizeConstraintSet that contains noSizeConstraint
objects.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateSizeConstraintSet
request.withSizeConstraintSet
(SizeConstraintSet sizeConstraintSet) A SizeConstraintSet that contains noSizeConstraint
objects.
-
Constructor Details
-
CreateSizeConstraintSetResult
public CreateSizeConstraintSetResult()
-
-
Method Details
-
setSizeConstraintSet
A SizeConstraintSet that contains no
SizeConstraint
objects.- Parameters:
sizeConstraintSet
- A SizeConstraintSet that contains noSizeConstraint
objects.
-
getSizeConstraintSet
A SizeConstraintSet that contains no
SizeConstraint
objects.- Returns:
- A SizeConstraintSet that contains no
SizeConstraint
objects.
-
withSizeConstraintSet
A SizeConstraintSet that contains no
SizeConstraint
objects.- Parameters:
sizeConstraintSet
- A SizeConstraintSet that contains noSizeConstraint
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
getChangeToken
The
ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- The
ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
withChangeToken
The
ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-