Class IdFormat
java.lang.Object
software.amazon.awssdk.services.ec2.model.IdFormat
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdFormat.Builder,IdFormat>
@Generated("software.amazon.awssdk:codegen")
public final class IdFormat
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<IdFormat.Builder,IdFormat>
Describes the ID format for a resource.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic IdFormat.Builderbuilder()final Instantdeadline()The date in UTC at which you are permanently switched over to using longer IDs.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringresource()The type of resource.static Class<? extends IdFormat.Builder>final StringtoString()Returns a string representation of this object.final BooleanIndicates whether longer IDs (17-character IDs) are enabled for the resource.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
-
deadline
The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.
- Returns:
- The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.
-
resource
The type of resource.
- Returns:
- The type of resource.
-
useLongIds
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
- Returns:
- Indicates whether longer IDs (17-character IDs) are enabled for the resource.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdFormat.Builder,IdFormat>
-
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
-