@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuccessfulInstanceCreditSpecificationItem extends Object implements Serializable, Cloneable
Describes the burstable performance instance whose credit option for CPU usage was successfully modified.
Constructor and Description |
---|
SuccessfulInstanceCreditSpecificationItem() |
Modifier and Type | Method and Description |
---|---|
SuccessfulInstanceCreditSpecificationItem |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
String |
toString()
Returns a string representation of this object.
|
SuccessfulInstanceCreditSpecificationItem |
withInstanceId(String instanceId)
The ID of the instance.
|
public SuccessfulInstanceCreditSpecificationItem()
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String getInstanceId()
The ID of the instance.
public SuccessfulInstanceCreditSpecificationItem withInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String toString()
toString
in class Object
Object.toString()
public SuccessfulInstanceCreditSpecificationItem clone()