@Generated(value="software.amazon.awssdk:codegen") public final class ResourcePendingMaintenanceActions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourcePendingMaintenanceActions.Builder,ResourcePendingMaintenanceActions>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourcePendingMaintenanceActions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePendingMaintenanceActions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPendingMaintenanceActionDetails()
Returns true if the PendingMaintenanceActionDetails property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
List<PendingMaintenanceAction> |
pendingMaintenanceActionDetails()
Detailed information about the pending maintenance action.
|
String |
resourceIdentifier()
The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourcePendingMaintenanceActions.Builder> |
serializableBuilderClass() |
ResourcePendingMaintenanceActions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceIdentifier()
The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.
public boolean hasPendingMaintenanceActionDetails()
public List<PendingMaintenanceAction> pendingMaintenanceActionDetails()
Detailed information about the pending maintenance action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPendingMaintenanceActionDetails() to see if a value was sent in this field.
public ResourcePendingMaintenanceActions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourcePendingMaintenanceActions.Builder,ResourcePendingMaintenanceActions>public static ResourcePendingMaintenanceActions.Builder builder()
public static Class<? extends ResourcePendingMaintenanceActions.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.