@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateInfoEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateInfoEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initiatedBy()
This specifies if the update was initiated by the customer or by the service team.
|
Instant |
lastUpdatedDateTime()
The last updated date and time of a particular directory setting.
|
UpdateValue |
newValue()
The new value of the target setting.
|
UpdateValue |
previousValue()
The old value of the target setting.
|
String |
region()
The name of the Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateInfoEntry.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the
UpdateDirectorySetup for the particular type. |
UpdateStatus |
status()
The status of the update performed on the directory.
|
String |
statusAsString()
The status of the update performed on the directory.
|
String |
statusReason()
The reason for the current status of the update type activity.
|
UpdateInfoEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String region()
The name of the Region.
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, status will
return UpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateStatuspublic 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, status will
return UpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
UpdateStatuspublic final String statusReason()
The reason for the current status of the update type activity.
public final String initiatedBy()
This specifies if the update was initiated by the customer or by the service team.
public final UpdateValue newValue()
The new value of the target setting.
public final UpdateValue previousValue()
The old value of the target setting.
public final Instant startTime()
The start time of the UpdateDirectorySetup for the particular type.
UpdateDirectorySetup for the particular type.public final Instant lastUpdatedDateTime()
The last updated date and time of a particular directory setting.
public UpdateInfoEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateInfoEntry.Builder,UpdateInfoEntry>public static UpdateInfoEntry.Builder builder()
public static Class<? extends UpdateInfoEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.