@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAwsNetworkPerformanceDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetAwsNetworkPerformanceDataRequest>
NOOP
Constructor and Description |
---|
GetAwsNetworkPerformanceDataRequest() |
Modifier and Type | Method and Description |
---|---|
GetAwsNetworkPerformanceDataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DataQuery> |
getDataQueries()
A list of network performance data queries.
|
Request<GetAwsNetworkPerformanceDataRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Date |
getEndTime()
The ending time for the performance data request.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
Date |
getStartTime()
The starting time for the performance data request.
|
int |
hashCode() |
void |
setDataQueries(Collection<DataQuery> dataQueries)
A list of network performance data queries.
|
void |
setEndTime(Date endTime)
The ending time for the performance data request.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setStartTime(Date startTime)
The starting time for the performance data request.
|
String |
toString()
Returns a string representation of this object.
|
GetAwsNetworkPerformanceDataRequest |
withDataQueries(Collection<DataQuery> dataQueries)
A list of network performance data queries.
|
GetAwsNetworkPerformanceDataRequest |
withDataQueries(DataQuery... dataQueries)
A list of network performance data queries.
|
GetAwsNetworkPerformanceDataRequest |
withEndTime(Date endTime)
The ending time for the performance data request.
|
GetAwsNetworkPerformanceDataRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetAwsNetworkPerformanceDataRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetAwsNetworkPerformanceDataRequest |
withStartTime(Date startTime)
The starting time for the performance data request.
|
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 List<DataQuery> getDataQueries()
A list of network performance data queries.
public void setDataQueries(Collection<DataQuery> dataQueries)
A list of network performance data queries.
dataQueries
- A list of network performance data queries.public GetAwsNetworkPerformanceDataRequest withDataQueries(DataQuery... dataQueries)
A list of network performance data queries.
NOTE: This method appends the values to the existing list (if any). Use
setDataQueries(java.util.Collection)
or withDataQueries(java.util.Collection)
if you want to
override the existing values.
dataQueries
- A list of network performance data queries.public GetAwsNetworkPerformanceDataRequest withDataQueries(Collection<DataQuery> dataQueries)
A list of network performance data queries.
dataQueries
- A list of network performance data queries.public void setStartTime(Date startTime)
The starting time for the performance data request. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.
startTime
- The starting time for the performance data request. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.public Date getStartTime()
The starting time for the performance data request. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.public GetAwsNetworkPerformanceDataRequest withStartTime(Date startTime)
The starting time for the performance data request. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.
startTime
- The starting time for the performance data request. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.public void setEndTime(Date endTime)
The ending time for the performance data request. The end time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.
endTime
- The ending time for the performance data request. The end time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.public Date getEndTime()
The ending time for the performance data request. The end time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.public GetAwsNetworkPerformanceDataRequest withEndTime(Date endTime)
The ending time for the performance data request. The end time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.
endTime
- The ending time for the performance data request. The end time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public GetAwsNetworkPerformanceDataRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public GetAwsNetworkPerformanceDataRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public Request<GetAwsNetworkPerformanceDataRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<GetAwsNetworkPerformanceDataRequest>
public String toString()
toString
in class Object
Object.toString()
public GetAwsNetworkPerformanceDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()