@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceUefiDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInstanceUefiDataResult() |
Modifier and Type | Method and Description |
---|---|
GetInstanceUefiDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance from which to retrieve the UEFI data.
|
String |
getUefiData()
Base64 representation of the non-volatile UEFI variable store.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
|
void |
setUefiData(String uefiData)
Base64 representation of the non-volatile UEFI variable store.
|
String |
toString()
Returns a string representation of this object.
|
GetInstanceUefiDataResult |
withInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
|
GetInstanceUefiDataResult |
withUefiData(String uefiData)
Base64 representation of the non-volatile UEFI variable store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
instanceId
- The ID of the instance from which to retrieve the UEFI data.public String getInstanceId()
The ID of the instance from which to retrieve the UEFI data.
public GetInstanceUefiDataResult withInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
instanceId
- The ID of the instance from which to retrieve the UEFI data.public void setUefiData(String uefiData)
Base64 representation of the non-volatile UEFI variable store.
uefiData
- Base64 representation of the non-volatile UEFI variable store.public String getUefiData()
Base64 representation of the non-volatile UEFI variable store.
public GetInstanceUefiDataResult withUefiData(String uefiData)
Base64 representation of the non-volatile UEFI variable store.
uefiData
- Base64 representation of the non-volatile UEFI variable store.public String toString()
toString
in class Object
Object.toString()
public GetInstanceUefiDataResult clone()