@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMetricValuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMetricValuesRequest() |
Modifier and Type | Method and Description |
---|---|
ListMetricValuesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDimensionName()
The dimension name.
|
String |
getDimensionValueOperator()
The dimension value operator.
|
Date |
getEndTime()
The end of the time period for which metric values are returned.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getMetricName()
The name of the security profile metric for which values are returned.
|
String |
getNextToken()
The token for the next set of results.
|
Date |
getStartTime()
The start of the time period for which metric values are returned.
|
String |
getThingName()
The name of the thing for which security profile metric values are returned.
|
int |
hashCode() |
void |
setDimensionName(String dimensionName)
The dimension name.
|
void |
setDimensionValueOperator(String dimensionValueOperator)
The dimension value operator.
|
void |
setEndTime(Date endTime)
The end of the time period for which metric values are returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setMetricName(String metricName)
The name of the security profile metric for which values are returned.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setStartTime(Date startTime)
The start of the time period for which metric values are returned.
|
void |
setThingName(String thingName)
The name of the thing for which security profile metric values are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListMetricValuesRequest |
withDimensionName(String dimensionName)
The dimension name.
|
ListMetricValuesRequest |
withDimensionValueOperator(DimensionValueOperator dimensionValueOperator)
The dimension value operator.
|
ListMetricValuesRequest |
withDimensionValueOperator(String dimensionValueOperator)
The dimension value operator.
|
ListMetricValuesRequest |
withEndTime(Date endTime)
The end of the time period for which metric values are returned.
|
ListMetricValuesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListMetricValuesRequest |
withMetricName(String metricName)
The name of the security profile metric for which values are returned.
|
ListMetricValuesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListMetricValuesRequest |
withStartTime(Date startTime)
The start of the time period for which metric values are returned.
|
ListMetricValuesRequest |
withThingName(String thingName)
The name of the thing for which security profile metric values are returned.
|
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 void setThingName(String thingName)
The name of the thing for which security profile metric values are returned.
thingName
- The name of the thing for which security profile metric values are returned.public String getThingName()
The name of the thing for which security profile metric values are returned.
public ListMetricValuesRequest withThingName(String thingName)
The name of the thing for which security profile metric values are returned.
thingName
- The name of the thing for which security profile metric values are returned.public void setMetricName(String metricName)
The name of the security profile metric for which values are returned.
metricName
- The name of the security profile metric for which values are returned.public String getMetricName()
The name of the security profile metric for which values are returned.
public ListMetricValuesRequest withMetricName(String metricName)
The name of the security profile metric for which values are returned.
metricName
- The name of the security profile metric for which values are returned.public void setDimensionName(String dimensionName)
The dimension name.
dimensionName
- The dimension name.public String getDimensionName()
The dimension name.
public ListMetricValuesRequest withDimensionName(String dimensionName)
The dimension name.
dimensionName
- The dimension name.public void setDimensionValueOperator(String dimensionValueOperator)
The dimension value operator.
dimensionValueOperator
- The dimension value operator.DimensionValueOperator
public String getDimensionValueOperator()
The dimension value operator.
DimensionValueOperator
public ListMetricValuesRequest withDimensionValueOperator(String dimensionValueOperator)
The dimension value operator.
dimensionValueOperator
- The dimension value operator.DimensionValueOperator
public ListMetricValuesRequest withDimensionValueOperator(DimensionValueOperator dimensionValueOperator)
The dimension value operator.
dimensionValueOperator
- The dimension value operator.DimensionValueOperator
public void setStartTime(Date startTime)
The start of the time period for which metric values are returned.
startTime
- The start of the time period for which metric values are returned.public Date getStartTime()
The start of the time period for which metric values are returned.
public ListMetricValuesRequest withStartTime(Date startTime)
The start of the time period for which metric values are returned.
startTime
- The start of the time period for which metric values are returned.public void setEndTime(Date endTime)
The end of the time period for which metric values are returned.
endTime
- The end of the time period for which metric values are returned.public Date getEndTime()
The end of the time period for which metric values are returned.
public ListMetricValuesRequest withEndTime(Date endTime)
The end of the time period for which metric values are returned.
endTime
- The end of the time period for which metric values are returned.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListMetricValuesRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListMetricValuesRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListMetricValuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()