Class UpdateInfoEntry
- java.lang.Object
-
- software.amazon.awssdk.services.directory.model.UpdateInfoEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateInfoEntry.Builder,UpdateInfoEntry>
@Generated("software.amazon.awssdk:codegen") public final class UpdateInfoEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateInfoEntry.Builder,UpdateInfoEntry>
An entry of update information related to a requested update type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateInfoEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateInfoEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinitiatedBy()This specifies if the update was initiated by the customer or by the service team.InstantlastUpdatedDateTime()The last updated date and time of a particular directory setting.UpdateValuenewValue()The new value of the target setting.UpdateValuepreviousValue()The old value of the target setting.Stringregion()The name of the Region.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateInfoEntry.Builder>serializableBuilderClass()InstantstartTime()The start time of theUpdateDirectorySetupfor the particular type.UpdateStatusstatus()The status of the update performed on the directory.StringstatusAsString()The status of the update performed on the directory.StringstatusReason()The reason for the current status of the update type activity.UpdateInfoEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
region
public final String region()
The name of the Region.
- Returns:
- The name of the Region.
-
status
public final UpdateStatus status()
The status of the update performed on the directory.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the update performed on the directory.
- See Also:
UpdateStatus
-
statusAsString
public final String statusAsString()
The status of the update performed on the directory.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the update performed on the directory.
- See Also:
UpdateStatus
-
statusReason
public final String statusReason()
The reason for the current status of the update type activity.
- Returns:
- The reason for the current status of the update type activity.
-
initiatedBy
public final String initiatedBy()
This specifies if the update was initiated by the customer or by the service team.
- Returns:
- This specifies if the update was initiated by the customer or by the service team.
-
newValue
public final UpdateValue newValue()
The new value of the target setting.
- Returns:
- The new value of the target setting.
-
previousValue
public final UpdateValue previousValue()
The old value of the target setting.
- Returns:
- The old value of the target setting.
-
startTime
public final Instant startTime()
The start time of the
UpdateDirectorySetupfor the particular type.- Returns:
- The start time of the
UpdateDirectorySetupfor the particular type.
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The last updated date and time of a particular directory setting.
- Returns:
- The last updated date and time of a particular directory setting.
-
toBuilder
public UpdateInfoEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateInfoEntry.Builder,UpdateInfoEntry>
-
builder
public static UpdateInfoEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateInfoEntry.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
-
-