@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendSerialConsoleSSHPublicKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SendSerialConsoleSSHPublicKeyResult() |
Modifier and Type | Method and Description |
---|---|
SendSerialConsoleSSHPublicKeyResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId()
The ID of the request.
|
Boolean |
getSuccess()
Is true if the request succeeds and an error otherwise.
|
int |
hashCode() |
Boolean |
isSuccess()
Is true if the request succeeds and an error otherwise.
|
void |
setRequestId(String requestId)
The ID of the request.
|
void |
setSuccess(Boolean success)
Is true if the request succeeds and an error otherwise.
|
String |
toString()
Returns a string representation of this object.
|
SendSerialConsoleSSHPublicKeyResult |
withRequestId(String requestId)
The ID of the request.
|
SendSerialConsoleSSHPublicKeyResult |
withSuccess(Boolean success)
Is true if the request succeeds and an error otherwise.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The ID of the request. Please provide this ID when contacting AWS Support for assistance.
requestId
- The ID of the request. Please provide this ID when contacting AWS Support for assistance.public String getRequestId()
The ID of the request. Please provide this ID when contacting AWS Support for assistance.
public SendSerialConsoleSSHPublicKeyResult withRequestId(String requestId)
The ID of the request. Please provide this ID when contacting AWS Support for assistance.
requestId
- The ID of the request. Please provide this ID when contacting AWS Support for assistance.public void setSuccess(Boolean success)
Is true if the request succeeds and an error otherwise.
success
- Is true if the request succeeds and an error otherwise.public Boolean getSuccess()
Is true if the request succeeds and an error otherwise.
public SendSerialConsoleSSHPublicKeyResult withSuccess(Boolean success)
Is true if the request succeeds and an error otherwise.
success
- Is true if the request succeeds and an error otherwise.public Boolean isSuccess()
Is true if the request succeeds and an error otherwise.
public String toString()
toString
in class Object
Object.toString()
public SendSerialConsoleSSHPublicKeyResult clone()