Class DescribeStorageSystemResourceMetricsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.datasync.model.DataSyncRequest
-
- software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,DescribeStorageSystemResourceMetricsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeStorageSystemResourceMetricsRequest extends DataSyncRequest implements ToCopyableBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,DescribeStorageSystemResourceMetricsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeStorageSystemResourceMetricsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeStorageSystemResourceMetricsRequest.Builderbuilder()StringdiscoveryJobArn()Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.InstantendTime()Specifies a time within the total duration that the discovery job ran.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()Specifies how many results that you want in the response.StringnextToken()Specifies an opaque string that indicates the position to begin the next list of results in the response.StringresourceId()Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.DiscoveryResourceTyperesourceType()Specifies the kind of storage system resource that you want information about.StringresourceTypeAsString()Specifies the kind of storage system resource that you want information about.List<SdkField<?>>sdkFields()static Class<? extends DescribeStorageSystemResourceMetricsRequest.Builder>serializableBuilderClass()InstantstartTime()Specifies a time within the total duration that the discovery job ran.DescribeStorageSystemResourceMetricsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
discoveryJobArn
public final String discoveryJobArn()
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
- Returns:
- Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
-
resourceType
public final DiscoveryResourceType resourceType()
Specifies the kind of storage system resource that you want information about.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnDiscoveryResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- Specifies the kind of storage system resource that you want information about.
- See Also:
DiscoveryResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
Specifies the kind of storage system resource that you want information about.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnDiscoveryResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- Specifies the kind of storage system resource that you want information about.
- See Also:
DiscoveryResourceType
-
resourceId
public final String resourceId()
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
- Returns:
- Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
-
startTime
public final Instant startTime()
Specifies a time within the total duration that the discovery job ran. To see information gathered during a certain time frame, use this parameter with
EndTime.- Returns:
- Specifies a time within the total duration that the discovery job ran. To see information gathered during
a certain time frame, use this parameter with
EndTime.
-
endTime
public final Instant endTime()
Specifies a time within the total duration that the discovery job ran. To see information gathered during a certain time frame, use this parameter with
StartTime.- Returns:
- Specifies a time within the total duration that the discovery job ran. To see information gathered during
a certain time frame, use this parameter with
StartTime.
-
maxResults
public final Integer maxResults()
Specifies how many results that you want in the response.
- Returns:
- Specifies how many results that you want in the response.
-
nextToken
public final String nextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
- Returns:
- Specifies an opaque string that indicates the position to begin the next list of results in the response.
-
toBuilder
public DescribeStorageSystemResourceMetricsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,DescribeStorageSystemResourceMetricsRequest>- Specified by:
toBuilderin classDataSyncRequest
-
builder
public static DescribeStorageSystemResourceMetricsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeStorageSystemResourceMetricsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-