@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceTpmEkPubResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInstanceTpmEkPubResult() |
Modifier and Type | Method and Description |
---|---|
GetInstanceTpmEkPubResult |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance.
|
String |
getKeyFormat()
The public endorsement key format.
|
String |
getKeyType()
The public endorsement key type.
|
String |
getKeyValue()
The public endorsement key material.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setKeyFormat(String keyFormat)
The public endorsement key format.
|
void |
setKeyType(String keyType)
The public endorsement key type.
|
void |
setKeyValue(String keyValue)
The public endorsement key material.
|
String |
toString()
Returns a string representation of this object.
|
GetInstanceTpmEkPubResult |
withInstanceId(String instanceId)
The ID of the instance.
|
GetInstanceTpmEkPubResult |
withKeyFormat(EkPubKeyFormat keyFormat)
The public endorsement key format.
|
GetInstanceTpmEkPubResult |
withKeyFormat(String keyFormat)
The public endorsement key format.
|
GetInstanceTpmEkPubResult |
withKeyType(EkPubKeyType keyType)
The public endorsement key type.
|
GetInstanceTpmEkPubResult |
withKeyType(String keyType)
The public endorsement key type.
|
GetInstanceTpmEkPubResult |
withKeyValue(String keyValue)
The public endorsement key material.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetInstanceTpmEkPubResult withInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public void setKeyType(String keyType)
The public endorsement key type.
keyType
- The public endorsement key type.EkPubKeyType
public String getKeyType()
The public endorsement key type.
EkPubKeyType
public GetInstanceTpmEkPubResult withKeyType(String keyType)
The public endorsement key type.
keyType
- The public endorsement key type.EkPubKeyType
public GetInstanceTpmEkPubResult withKeyType(EkPubKeyType keyType)
The public endorsement key type.
keyType
- The public endorsement key type.EkPubKeyType
public void setKeyFormat(String keyFormat)
The public endorsement key format.
keyFormat
- The public endorsement key format.EkPubKeyFormat
public String getKeyFormat()
The public endorsement key format.
EkPubKeyFormat
public GetInstanceTpmEkPubResult withKeyFormat(String keyFormat)
The public endorsement key format.
keyFormat
- The public endorsement key format.EkPubKeyFormat
public GetInstanceTpmEkPubResult withKeyFormat(EkPubKeyFormat keyFormat)
The public endorsement key format.
keyFormat
- The public endorsement key format.EkPubKeyFormat
public void setKeyValue(String keyValue)
The public endorsement key material.
keyValue
- The public endorsement key material.public String getKeyValue()
The public endorsement key material.
public GetInstanceTpmEkPubResult withKeyValue(String keyValue)
The public endorsement key material.
keyValue
- The public endorsement key material.public String toString()
toString
in class Object
Object.toString()
public GetInstanceTpmEkPubResult clone()