@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStorageSystemResourceMetricsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStorageSystemResourceMetricsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStorageSystemResourceMetricsResult |
clone() |
boolean |
equals(Object obj) |
List<ResourceMetrics> |
getMetrics()
The details that your discovery job collected about your storage system resource.
|
String |
getNextToken()
The opaque string that indicates the position to begin the next list of results in the response.
|
int |
hashCode() |
void |
setMetrics(Collection<ResourceMetrics> metrics)
The details that your discovery job collected about your storage system resource.
|
void |
setNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStorageSystemResourceMetricsResult |
withMetrics(Collection<ResourceMetrics> metrics)
The details that your discovery job collected about your storage system resource.
|
DescribeStorageSystemResourceMetricsResult |
withMetrics(ResourceMetrics... metrics)
The details that your discovery job collected about your storage system resource.
|
DescribeStorageSystemResourceMetricsResult |
withNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeStorageSystemResourceMetricsResult()
public List<ResourceMetrics> getMetrics()
The details that your discovery job collected about your storage system resource.
public void setMetrics(Collection<ResourceMetrics> metrics)
The details that your discovery job collected about your storage system resource.
metrics
- The details that your discovery job collected about your storage system resource.public DescribeStorageSystemResourceMetricsResult withMetrics(ResourceMetrics... metrics)
The details that your discovery job collected about your storage system resource.
NOTE: This method appends the values to the existing list (if any). Use
setMetrics(java.util.Collection)
or withMetrics(java.util.Collection)
if you want to override
the existing values.
metrics
- The details that your discovery job collected about your storage system resource.public DescribeStorageSystemResourceMetricsResult withMetrics(Collection<ResourceMetrics> metrics)
The details that your discovery job collected about your storage system resource.
metrics
- The details that your discovery job collected about your storage system resource.public void setNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken
- The opaque string that indicates the position to begin the next list of results in the response.public String getNextToken()
The opaque string that indicates the position to begin the next list of results in the response.
public DescribeStorageSystemResourceMetricsResult withNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken
- The 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 DescribeStorageSystemResourceMetricsResult clone()