@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStorageSystemResourceMetricsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeStorageSystemResourceMetricsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStorageSystemResourceMetricsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDiscoveryJobArn()
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises
storage system.
|
Date |
getEndTime()
Specifies a time within the total duration that the discovery job ran.
|
Integer |
getMaxResults()
Specifies how many results that you want in the response.
|
String |
getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
String |
getResourceId()
Specifies the universally unique identifier (UUID) of the storage system resource that you want information
about.
|
String |
getResourceType()
Specifies the kind of storage system resource that you want information about.
|
Date |
getStartTime()
Specifies a time within the total duration that the discovery job ran.
|
int |
hashCode() |
void |
setDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises
storage system.
|
void |
setEndTime(Date endTime)
Specifies a time within the total duration that the discovery job ran.
|
void |
setMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
|
void |
setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
void |
setResourceId(String resourceId)
Specifies the universally unique identifier (UUID) of the storage system resource that you want information
about.
|
void |
setResourceType(String resourceType)
Specifies the kind of storage system resource that you want information about.
|
void |
setStartTime(Date startTime)
Specifies a time within the total duration that the discovery job ran.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStorageSystemResourceMetricsRequest |
withDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises
storage system.
|
DescribeStorageSystemResourceMetricsRequest |
withEndTime(Date endTime)
Specifies a time within the total duration that the discovery job ran.
|
DescribeStorageSystemResourceMetricsRequest |
withMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
|
DescribeStorageSystemResourceMetricsRequest |
withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
DescribeStorageSystemResourceMetricsRequest |
withResourceId(String resourceId)
Specifies the universally unique identifier (UUID) of the storage system resource that you want information
about.
|
DescribeStorageSystemResourceMetricsRequest |
withResourceType(DiscoveryResourceType resourceType)
Specifies the kind of storage system resource that you want information about.
|
DescribeStorageSystemResourceMetricsRequest |
withResourceType(String resourceType)
Specifies the kind of storage system resource that you want information about.
|
DescribeStorageSystemResourceMetricsRequest |
withStartTime(Date startTime)
Specifies a time within the total duration that the discovery job ran.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeStorageSystemResourceMetricsRequest()
public void setDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
discoveryJobArn
- Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your
on-premises storage system.public String getDiscoveryJobArn()
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
public DescribeStorageSystemResourceMetricsRequest withDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
discoveryJobArn
- Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your
on-premises storage system.public void setResourceType(String resourceType)
Specifies the kind of storage system resource that you want information about.
resourceType
- Specifies the kind of storage system resource that you want information about.DiscoveryResourceType
public String getResourceType()
Specifies the kind of storage system resource that you want information about.
DiscoveryResourceType
public DescribeStorageSystemResourceMetricsRequest withResourceType(String resourceType)
Specifies the kind of storage system resource that you want information about.
resourceType
- Specifies the kind of storage system resource that you want information about.DiscoveryResourceType
public DescribeStorageSystemResourceMetricsRequest withResourceType(DiscoveryResourceType resourceType)
Specifies the kind of storage system resource that you want information about.
resourceType
- Specifies the kind of storage system resource that you want information about.DiscoveryResourceType
public void setResourceId(String resourceId)
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
resourceId
- Specifies the universally unique identifier (UUID) of the storage system resource that you want
information about.public String getResourceId()
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
public DescribeStorageSystemResourceMetricsRequest withResourceId(String resourceId)
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
resourceId
- Specifies the universally unique identifier (UUID) of the storage system resource that you want
information about.public void setStartTime(Date 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
.
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
.public Date getStartTime()
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 DescribeStorageSystemResourceMetricsRequest withStartTime(Date 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
.
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
.public void setEndTime(Date 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
.
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
.public Date getEndTime()
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
.
StartTime
.public DescribeStorageSystemResourceMetricsRequest withEndTime(Date 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
.
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
.public void setMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
maxResults
- Specifies how many results that you want in the response.public Integer getMaxResults()
Specifies how many results that you want in the response.
public DescribeStorageSystemResourceMetricsRequest withMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
maxResults
- Specifies how many results that you want in the response.public void setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
public DescribeStorageSystemResourceMetricsRequest withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String toString()
toString
in class Object
Object.toString()
public DescribeStorageSystemResourceMetricsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()