@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartInstanceRefreshResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartInstanceRefreshResult() |
Modifier and Type | Method and Description |
---|---|
StartInstanceRefreshResult |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceRefreshId()
A unique ID for tracking the progress of the request.
|
int |
hashCode() |
void |
setInstanceRefreshId(String instanceRefreshId)
A unique ID for tracking the progress of the request.
|
String |
toString()
Returns a string representation of this object.
|
StartInstanceRefreshResult |
withInstanceRefreshId(String instanceRefreshId)
A unique ID for tracking the progress of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstanceRefreshId(String instanceRefreshId)
A unique ID for tracking the progress of the request.
instanceRefreshId
- A unique ID for tracking the progress of the request.public String getInstanceRefreshId()
A unique ID for tracking the progress of the request.
public StartInstanceRefreshResult withInstanceRefreshId(String instanceRefreshId)
A unique ID for tracking the progress of the request.
instanceRefreshId
- A unique ID for tracking the progress of the request.public String toString()
toString
in class Object
Object.toString()
public StartInstanceRefreshResult clone()