@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLongTermPricingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLongTermPricingResult() |
Modifier and Type | Method and Description |
---|---|
CreateLongTermPricingResult |
clone() |
boolean |
equals(Object obj) |
String |
getLongTermPricingId()
The ID of the long-term pricing type for the device.
|
int |
hashCode() |
void |
setLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
String |
toString()
Returns a string representation of this object.
|
CreateLongTermPricingResult |
withLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
longTermPricingId
- The ID of the long-term pricing type for the device.public String getLongTermPricingId()
The ID of the long-term pricing type for the device.
public CreateLongTermPricingResult withLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
longTermPricingId
- The ID of the long-term pricing type for the device.public String toString()
toString
in class Object
Object.toString()
public CreateLongTermPricingResult clone()