@Generated(value="software.amazon.awssdk:codegen") public final class ResourceDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDetails.Builder,ResourceDetails>
Information provided by DataSync Discovery about the resources in your on-premises storage system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasNetAppONTAPClusters()
For responses, this returns true if the service returned a value for the NetAppONTAPClusters property.
|
boolean |
hasNetAppONTAPSVMs()
For responses, this returns true if the service returned a value for the NetAppONTAPSVMs property.
|
boolean |
hasNetAppONTAPVolumes()
For responses, this returns true if the service returned a value for the NetAppONTAPVolumes property.
|
List<NetAppONTAPCluster> |
netAppONTAPClusters()
The information that DataSync Discovery collects about the cluster in your on-premises storage system.
|
List<NetAppONTAPSVM> |
netAppONTAPSVMs()
The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises
storage system.
|
List<NetAppONTAPVolume> |
netAppONTAPVolumes()
The information that DataSync Discovery collects about volumes in your on-premises storage system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceDetails.Builder> |
serializableBuilderClass() |
ResourceDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasNetAppONTAPSVMs()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<NetAppONTAPSVM> netAppONTAPSVMs()
The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises storage system.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNetAppONTAPSVMs() method.
public final boolean hasNetAppONTAPVolumes()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<NetAppONTAPVolume> netAppONTAPVolumes()
The information that DataSync Discovery collects about volumes in your on-premises storage system.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNetAppONTAPVolumes() method.
public final boolean hasNetAppONTAPClusters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<NetAppONTAPCluster> netAppONTAPClusters()
The information that DataSync Discovery collects about the cluster in your on-premises storage system.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNetAppONTAPClusters() method.
public ResourceDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceDetails.Builder,ResourceDetails>public static ResourceDetails.Builder builder()
public static Class<? extends ResourceDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.