Class GetInstanceTpmEkPubRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetInstanceTpmEkPubRequest.Builder,GetInstanceTpmEkPubRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final BooleandryRun()Specify this parameter to verify whether the request will succeed, without actually making the request.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the instance for which to get the public endorsement key.final EkPubKeyFormatThe required public endorsement key format.final StringThe required public endorsement key format.final EkPubKeyTypekeyType()The required public endorsement key type.final StringThe required public endorsement key type.static Class<? extends GetInstanceTpmEkPubRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
instanceId
The ID of the instance for which to get the public endorsement key.
- Returns:
- The ID of the instance for which to get the public endorsement key.
-
keyType
The required public endorsement key type.
If the service returns an enum value that is not available in the current SDK version,
keyTypewill returnEkPubKeyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyTypeAsString().- Returns:
- The required public endorsement key type.
- See Also:
-
keyTypeAsString
The required public endorsement key type.
If the service returns an enum value that is not available in the current SDK version,
keyTypewill returnEkPubKeyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyTypeAsString().- Returns:
- The required public endorsement key type.
- See Also:
-
keyFormat
The required public endorsement key format. Specify
derfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.If the service returns an enum value that is not available in the current SDK version,
keyFormatwill returnEkPubKeyFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyFormatAsString().- Returns:
- The required public endorsement key format. Specify
derfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded. - See Also:
-
keyFormatAsString
The required public endorsement key format. Specify
derfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.If the service returns an enum value that is not available in the current SDK version,
keyFormatwill returnEkPubKeyFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyFormatAsString().- Returns:
- The required public endorsement key format. Specify
derfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded. - See Also:
-
dryRun
Specify this parameter to verify whether the request will succeed, without actually making the request. If the request will succeed, the response is
DryRunOperation. Otherwise, the response isUnauthorizedOperation.- Returns:
- Specify this parameter to verify whether the request will succeed, without actually making the request.
If the request will succeed, the response is
DryRunOperation. Otherwise, the response isUnauthorizedOperation.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetInstanceTpmEkPubRequest.Builder,GetInstanceTpmEkPubRequest> - Specified by:
toBuilderin classEc2Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-