@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStorageSystemResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStorageSystemResourcesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStorageSystemResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The opaque string that indicates the position to begin the next list of results in the response.
|
ResourceDetails |
getResourceDetails()
The information collected about your storage system's resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
void |
setResourceDetails(ResourceDetails resourceDetails)
The information collected about your storage system's resources.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStorageSystemResourcesResult |
withNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
DescribeStorageSystemResourcesResult |
withResourceDetails(ResourceDetails resourceDetails)
The information collected about your storage system's resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeStorageSystemResourcesResult()
public void setResourceDetails(ResourceDetails resourceDetails)
The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
resourceDetails
- The information collected about your storage system's resources. A response can also include Amazon Web
Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
public ResourceDetails getResourceDetails()
The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
public DescribeStorageSystemResourcesResult withResourceDetails(ResourceDetails resourceDetails)
The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
resourceDetails
- The information collected about your storage system's resources. A response can also include Amazon Web
Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
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 DescribeStorageSystemResourcesResult 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 DescribeStorageSystemResourcesResult clone()