Class CreateLunaClientRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudhsm.model.CloudHsmRequest
-
- software.amazon.awssdk.services.cloudhsm.model.CreateLunaClientRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateLunaClientRequest.Builder,CreateLunaClientRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateLunaClientRequest extends CloudHsmRequest implements ToCopyableBuilder<CreateLunaClientRequest.Builder,CreateLunaClientRequest>
Contains the inputs for the CreateLunaClient action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateLunaClientRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateLunaClientRequest.Builderbuilder()Stringcertificate()The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlabel()The label for the client.List<SdkField<?>>sdkFields()static Class<? extends CreateLunaClientRequest.Builder>serializableBuilderClass()CreateLunaClientRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
label
public final String label()
The label for the client.
- Returns:
- The label for the client.
-
certificate
public final String certificate()
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
- Returns:
- The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
-
toBuilder
public CreateLunaClientRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateLunaClientRequest.Builder,CreateLunaClientRequest>- Specified by:
toBuilderin classCloudHsmRequest
-
builder
public static CreateLunaClientRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateLunaClientRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-