Class LandingZoneDetail
- java.lang.Object
-
- software.amazon.awssdk.services.controltower.model.LandingZoneDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LandingZoneDetail.Builder,LandingZoneDetail>
@Generated("software.amazon.awssdk:codegen") public final class LandingZoneDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LandingZoneDetail.Builder,LandingZoneDetail>
Information about the landing zone.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLandingZoneDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the landing zone.static LandingZoneDetail.Builderbuilder()LandingZoneDriftStatusSummarydriftStatus()The drift status of the landing zone.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlatestAvailableVersion()The latest available version of the landing zone.Documentmanifest()The landing zone manifest JSON text file that specifies the landing zone configurations.List<SdkField<?>>sdkFields()static Class<? extends LandingZoneDetail.Builder>serializableBuilderClass()LandingZoneStatusstatus()The landing zone deployment status.StringstatusAsString()The landing zone deployment status.LandingZoneDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The landing zone's current deployed version.-
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 ARN of the landing zone.
- Returns:
- The ARN of the landing zone.
-
driftStatus
public final LandingZoneDriftStatusSummary driftStatus()
The drift status of the landing zone.
- Returns:
- The drift status of the landing zone.
-
latestAvailableVersion
public final String latestAvailableVersion()
The latest available version of the landing zone.
- Returns:
- The latest available version of the landing zone.
-
manifest
public final Document manifest()
The landing zone manifest JSON text file that specifies the landing zone configurations.
- Returns:
- The landing zone manifest JSON text file that specifies the landing zone configurations.
-
status
public final LandingZoneStatus status()
The landing zone deployment status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnLandingZoneStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The landing zone deployment status.
- See Also:
LandingZoneStatus
-
statusAsString
public final String statusAsString()
The landing zone deployment status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnLandingZoneStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The landing zone deployment status.
- See Also:
LandingZoneStatus
-
version
public final String version()
The landing zone's current deployed version.
- Returns:
- The landing zone's current deployed version.
-
toBuilder
public LandingZoneDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LandingZoneDetail.Builder,LandingZoneDetail>
-
builder
public static LandingZoneDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends LandingZoneDetail.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.
-
-