Class GetParametersForImportResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.kms.model.KmsResponse
software.amazon.awssdk.services.kms.model.GetParametersForImportResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetParametersForImportResponse.Builder,GetParametersForImportResponse>
@Generated("software.amazon.awssdk:codegen")
public final class GetParametersForImportResponse
extends KmsResponse
implements ToCopyableBuilder<GetParametersForImportResponse.Builder,GetParametersForImportResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final SdkBytesThe import token to send in a subsequent ImportKeyMaterial request.final StringkeyId()The Amazon Resource Name (key ARN) of the KMS key to use in a subsequent ImportKeyMaterial request.final InstantThe time at which the import token and public key are no longer valid.final SdkBytesThe public key to use to encrypt the key material before importing it with ImportKeyMaterial.static Class<? extends GetParametersForImportResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.kms.model.KmsResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods 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
-
keyId
The Amazon Resource Name (key ARN) of the KMS key to use in a subsequent ImportKeyMaterial request. This is the same KMS key specified in the
GetParametersForImportrequest.- Returns:
- The Amazon Resource Name (key ARN) of
the KMS key to use in a subsequent ImportKeyMaterial request. This is the same KMS key specified
in the
GetParametersForImportrequest.
-
importToken
The import token to send in a subsequent ImportKeyMaterial request.
- Returns:
- The import token to send in a subsequent ImportKeyMaterial request.
-
publicKey
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
- Returns:
- The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
-
parametersValidTo
The time at which the import token and public key are no longer valid. After this time, you cannot use them to make an ImportKeyMaterial request and you must send another
GetParametersForImportrequest to get new ones.- Returns:
- The time at which the import token and public key are no longer valid. After this time, you cannot use
them to make an ImportKeyMaterial request and you must send another
GetParametersForImportrequest to get new ones.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetParametersForImportResponse.Builder,GetParametersForImportResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-