@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelInstanceRefreshResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelInstanceRefreshResult() |
Modifier and Type | Method and Description |
---|---|
CancelInstanceRefreshResult |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceRefreshId()
The instance refresh ID associated with the request.
|
int |
hashCode() |
void |
setInstanceRefreshId(String instanceRefreshId)
The instance refresh ID associated with the request.
|
String |
toString()
Returns a string representation of this object.
|
CancelInstanceRefreshResult |
withInstanceRefreshId(String instanceRefreshId)
The instance refresh ID associated with the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstanceRefreshId(String instanceRefreshId)
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
instanceRefreshId
- The instance refresh ID associated with the request. This is the unique ID assigned to the instance
refresh when it was started.public String getInstanceRefreshId()
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
public CancelInstanceRefreshResult withInstanceRefreshId(String instanceRefreshId)
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
instanceRefreshId
- The instance refresh ID associated with the request. This is the unique ID assigned to the instance
refresh when it was started.public String toString()
toString
in class Object
Object.toString()
public CancelInstanceRefreshResult clone()