public class UpdateSizeConstraintSetResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSizeConstraintSetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSizeConstraintSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used to submit the
UpdateSizeConstraintSet request. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the
UpdateSizeConstraintSet request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSizeConstraintSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
UpdateSizeConstraintSet request. |
public void setChangeToken(String changeToken)
The ChangeToken
that you used to submit the
UpdateSizeConstraintSet
request. You can also use this value
to query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the
UpdateSizeConstraintSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public String getChangeToken()
The ChangeToken
that you used to submit the
UpdateSizeConstraintSet
request. You can also use this value
to query the status of the request. For more information, see
GetChangeTokenStatus.
ChangeToken
that you used to submit the
UpdateSizeConstraintSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public UpdateSizeConstraintSetResult withChangeToken(String changeToken)
The ChangeToken
that you used to submit the
UpdateSizeConstraintSet
request. You can also use this value
to query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the
UpdateSizeConstraintSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public String toString()
toString
in class Object
Object.toString()
public UpdateSizeConstraintSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.