Class Challenge
- java.lang.Object
-
- software.amazon.awssdk.services.pcaconnectorscep.model.Challenge
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Challenge.Builder,Challenge>
@Generated("software.amazon.awssdk:codegen") public final class Challenge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Challenge.Builder,Challenge>
For Connector for SCEP for general-purpose. An object containing information about the specified connector's SCEP challenge passwords.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChallenge.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the challenge.static Challenge.Builderbuilder()StringconnectorArn()The Amazon Resource Name (ARN) of the connector.InstantcreatedAt()The date and time that the challenge was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpassword()The SCEP challenge password, in UUID format.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Challenge.Builder>serializableBuilderClass()Challenge.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The date and time that the challenge was updated.-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the challenge.
- Returns:
- The Amazon Resource Name (ARN) of the challenge.
-
connectorArn
public final String connectorArn()
The Amazon Resource Name (ARN) of the connector.
- Returns:
- The Amazon Resource Name (ARN) of the connector.
-
createdAt
public final Instant createdAt()
The date and time that the challenge was created.
- Returns:
- The date and time that the challenge was created.
-
updatedAt
public final Instant updatedAt()
The date and time that the challenge was updated.
- Returns:
- The date and time that the challenge was updated.
-
password
public final String password()
The SCEP challenge password, in UUID format.
- Returns:
- The SCEP challenge password, in UUID format.
-
toBuilder
public Challenge.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Challenge.Builder,Challenge>
-
builder
public static Challenge.Builder builder()
-
serializableBuilderClass
public static Class<? extends Challenge.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-