Class TermsDescriptionType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TermsDescriptionType.Builder,TermsDescriptionType>
The details of a set of terms documents. For more information, see Terms documents.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TermsDescriptionType.Builderbuilder()final InstantThe date and time when the item was created.final TermsEnforcementTypeThis parameter is reserved for future use and currently accepts one value.final StringThis parameter is reserved for future use and currently accepts one value.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time when the item was modified.static Class<? extends TermsDescriptionType.Builder>final StringtermsId()The ID of the requested terms documents.final StringThe type and friendly name of the requested terms documents.final StringtoString()Returns a string representation of this object.Methods 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
-
termsId
The ID of the requested terms documents.
- Returns:
- The ID of the requested terms documents.
-
termsName
The type and friendly name of the requested terms documents.
- Returns:
- The type and friendly name of the requested terms documents.
-
enforcement
This parameter is reserved for future use and currently accepts one value.
If the service returns an enum value that is not available in the current SDK version,
enforcementwill returnTermsEnforcementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenforcementAsString().- Returns:
- This parameter is reserved for future use and currently accepts one value.
- See Also:
-
enforcementAsString
This parameter is reserved for future use and currently accepts one value.
If the service returns an enum value that is not available in the current SDK version,
enforcementwill returnTermsEnforcementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenforcementAsString().- Returns:
- This parameter is reserved for future use and currently accepts one value.
- See Also:
-
creationDate
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Returns:
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.
-
lastModifiedDate
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Returns:
- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TermsDescriptionType.Builder,TermsDescriptionType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-