@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReturnSavingsPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReturnSavingsPlanResult() |
Modifier and Type | Method and Description |
---|---|
ReturnSavingsPlanResult |
clone() |
boolean |
equals(Object obj) |
String |
getSavingsPlanId()
The ID of the Savings Plan.
|
int |
hashCode() |
void |
setSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
String |
toString()
Returns a string representation of this object.
|
ReturnSavingsPlanResult |
withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
savingsPlanId
- The ID of the Savings Plan.public String getSavingsPlanId()
The ID of the Savings Plan.
public ReturnSavingsPlanResult withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
savingsPlanId
- The ID of the Savings Plan.public String toString()
toString
in class Object
Object.toString()
public ReturnSavingsPlanResult clone()