Class DescribeStorageSystemResourceMetricsRequest

    • 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.
      • 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, resourceType will return DiscoveryResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceTypeAsString().

        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.
      • 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.
        Overrides:
        toString in class Object