Class CreateSizeConstraintSetResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTheChangeTokenthat you used to submit theCreateSizeConstraintSetrequest.A SizeConstraintSet that contains noSizeConstraintobjects.inthashCode()voidsetChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateSizeConstraintSetrequest.voidsetSizeConstraintSet(SizeConstraintSet sizeConstraintSet) A SizeConstraintSet that contains noSizeConstraintobjects.toString()Returns a string representation of this object; useful for testing and debugging.withChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateSizeConstraintSetrequest.withSizeConstraintSet(SizeConstraintSet sizeConstraintSet) A SizeConstraintSet that contains noSizeConstraintobjects.
-
Constructor Details
-
CreateSizeConstraintSetResult
public CreateSizeConstraintSetResult()
-
-
Method Details
-
setSizeConstraintSet
A SizeConstraintSet that contains no
SizeConstraintobjects.- Parameters:
sizeConstraintSet- A SizeConstraintSet that contains noSizeConstraintobjects.
-
getSizeConstraintSet
A SizeConstraintSet that contains no
SizeConstraintobjects.- Returns:
- A SizeConstraintSet that contains no
SizeConstraintobjects.
-
withSizeConstraintSet
A SizeConstraintSet that contains no
SizeConstraintobjects.- Parameters:
sizeConstraintSet- A SizeConstraintSet that contains noSizeConstraintobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeTokenthat you used to submit theCreateSizeConstraintSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateSizeConstraintSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
getChangeToken
The
ChangeTokenthat you used to submit theCreateSizeConstraintSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- The
ChangeTokenthat you used to submit theCreateSizeConstraintSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
withChangeToken
The
ChangeTokenthat you used to submit theCreateSizeConstraintSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateSizeConstraintSetrequest. 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
-
equals
-
hashCode
-
clone
-