@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAwsNetworkPerformanceDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAwsNetworkPerformanceDataResult() |
Modifier and Type | Method and Description |
---|---|
GetAwsNetworkPerformanceDataResult |
clone() |
boolean |
equals(Object obj) |
List<DataResponse> |
getDataResponses()
The list of data responses.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setDataResponses(Collection<DataResponse> dataResponses)
The list of data responses.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetAwsNetworkPerformanceDataResult |
withDataResponses(Collection<DataResponse> dataResponses)
The list of data responses.
|
GetAwsNetworkPerformanceDataResult |
withDataResponses(DataResponse... dataResponses)
The list of data responses.
|
GetAwsNetworkPerformanceDataResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DataResponse> getDataResponses()
The list of data responses.
public void setDataResponses(Collection<DataResponse> dataResponses)
The list of data responses.
dataResponses
- The list of data responses.public GetAwsNetworkPerformanceDataResult withDataResponses(DataResponse... dataResponses)
The list of data responses.
NOTE: This method appends the values to the existing list (if any). Use
setDataResponses(java.util.Collection)
or withDataResponses(java.util.Collection)
if you want
to override the existing values.
dataResponses
- The list of data responses.public GetAwsNetworkPerformanceDataResult withDataResponses(Collection<DataResponse> dataResponses)
The list of data responses.
dataResponses
- The list of data responses.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public GetAwsNetworkPerformanceDataResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public GetAwsNetworkPerformanceDataResult clone()