@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAvailableResourceDimensionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAvailableResourceDimensionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAvailableResourceDimensionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
An immutable identifier for a data source that is unique within an Amazon Web Services Region.
|
Integer |
getMaxResults()
The maximum number of items to return in the response.
|
List<String> |
getMetrics()
The types of metrics for which to retrieve dimensions.
|
String |
getNextToken()
An optional pagination token provided by a previous request.
|
String |
getServiceType()
The Amazon Web Services service for which Performance Insights returns metrics.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
An immutable identifier for a data source that is unique within an Amazon Web Services Region.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return in the response.
|
void |
setMetrics(Collection<String> metrics)
The types of metrics for which to retrieve dimensions.
|
void |
setNextToken(String nextToken)
An optional pagination token provided by a previous request.
|
void |
setServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
|
String |
toString()
Returns a string representation of this object.
|
ListAvailableResourceDimensionsRequest |
withIdentifier(String identifier)
An immutable identifier for a data source that is unique within an Amazon Web Services Region.
|
ListAvailableResourceDimensionsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return in the response.
|
ListAvailableResourceDimensionsRequest |
withMetrics(Collection<String> metrics)
The types of metrics for which to retrieve dimensions.
|
ListAvailableResourceDimensionsRequest |
withMetrics(String... metrics)
The types of metrics for which to retrieve dimensions.
|
ListAvailableResourceDimensionsRequest |
withNextToken(String nextToken)
An optional pagination token provided by a previous request.
|
ListAvailableResourceDimensionsRequest |
withServiceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
|
ListAvailableResourceDimensionsRequest |
withServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic ListAvailableResourceDimensionsRequest()
public void setServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
serviceType - The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypepublic String getServiceType()
The Amazon Web Services service for which Performance Insights returns metrics.
ServiceTypepublic ListAvailableResourceDimensionsRequest withServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
serviceType - The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypepublic ListAvailableResourceDimensionsRequest withServiceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights returns metrics.
serviceType - The Amazon Web Services service for which Performance Insights returns metrics.ServiceTypepublic void setIdentifier(String identifier)
An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its
DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.
identifier - An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify
its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.public String getIdentifier()
An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its
DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.
DbiResourceId value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VWZ.public ListAvailableResourceDimensionsRequest withIdentifier(String identifier)
An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its
DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.
identifier - An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify
its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.public List<String> getMetrics()
The types of metrics for which to retrieve dimensions. Valid values include db.load.
db.load.public void setMetrics(Collection<String> metrics)
The types of metrics for which to retrieve dimensions. Valid values include db.load.
metrics - The types of metrics for which to retrieve dimensions. Valid values include db.load.public ListAvailableResourceDimensionsRequest withMetrics(String... metrics)
The types of metrics for which to retrieve dimensions. Valid values include db.load.
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 types of metrics for which to retrieve dimensions. Valid values include db.load.public ListAvailableResourceDimensionsRequest withMetrics(Collection<String> metrics)
The types of metrics for which to retrieve dimensions. Valid values include db.load.
metrics - The types of metrics for which to retrieve dimensions. Valid values include db.load.public void setMaxResults(Integer maxResults)
The maximum number of items to return in the response. If more items exist than the specified
MaxRecords value, a pagination token is included in the response so that the remaining results can
be retrieved.
maxResults - The maximum number of items to return in the response. If more items exist than the specified
MaxRecords value, a pagination token is included in the response so that the remaining
results can be retrieved.public Integer getMaxResults()
The maximum number of items to return in the response. If more items exist than the specified
MaxRecords value, a pagination token is included in the response so that the remaining results can
be retrieved.
MaxRecords value, a pagination token is included in the response so that the remaining
results can be retrieved.public ListAvailableResourceDimensionsRequest withMaxResults(Integer maxResults)
The maximum number of items to return in the response. If more items exist than the specified
MaxRecords value, a pagination token is included in the response so that the remaining results can
be retrieved.
maxResults - The maximum number of items to return in the response. If more items exist than the specified
MaxRecords value, a pagination token is included in the response so that the remaining
results can be retrieved.public void setNextToken(String nextToken)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the token, up to the value specified by MaxRecords.
nextToken - An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the token, up to the value specified by MaxRecords.public String getNextToken()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the token, up to the value specified by MaxRecords.
MaxRecords.public ListAvailableResourceDimensionsRequest withNextToken(String nextToken)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the token, up to the value specified by MaxRecords.
nextToken - An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the token, up to the value specified by MaxRecords.public String toString()
toString in class ObjectObject.toString()public ListAvailableResourceDimensionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.