@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkInsightsAnalysesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeNetworkInsightsAnalysesRequest>
NOOP
Constructor and Description |
---|
DescribeNetworkInsightsAnalysesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInsightsAnalysesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getAnalysisEndTime()
The time when the network insights analyses ended.
|
Date |
getAnalysisStartTime()
The time when the network insights analyses started.
|
Request<DescribeNetworkInsightsAnalysesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The filters.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
List<String> |
getNetworkInsightsAnalysisIds()
The ID of the network insights analyses.
|
String |
getNetworkInsightsPathId()
The ID of the path.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setAnalysisEndTime(Date analysisEndTime)
The time when the network insights analyses ended.
|
void |
setAnalysisStartTime(Date analysisStartTime)
The time when the network insights analyses started.
|
void |
setFilters(Collection<Filter> filters)
The filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNetworkInsightsAnalysisIds(Collection<String> networkInsightsAnalysisIds)
The ID of the network insights analyses.
|
void |
setNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNetworkInsightsAnalysesRequest |
withAnalysisEndTime(Date analysisEndTime)
The time when the network insights analyses ended.
|
DescribeNetworkInsightsAnalysesRequest |
withAnalysisStartTime(Date analysisStartTime)
The time when the network insights analyses started.
|
DescribeNetworkInsightsAnalysesRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeNetworkInsightsAnalysesRequest |
withFilters(Filter... filters)
The filters.
|
DescribeNetworkInsightsAnalysesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeNetworkInsightsAnalysesRequest |
withNetworkInsightsAnalysisIds(Collection<String> networkInsightsAnalysisIds)
The ID of the network insights analyses.
|
DescribeNetworkInsightsAnalysesRequest |
withNetworkInsightsAnalysisIds(String... networkInsightsAnalysisIds)
The ID of the network insights analyses.
|
DescribeNetworkInsightsAnalysesRequest |
withNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
DescribeNetworkInsightsAnalysesRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
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 DescribeNetworkInsightsAnalysesRequest()
public List<String> getNetworkInsightsAnalysisIds()
The ID of the network insights analyses. You must specify either analysis IDs or a path ID.
public void setNetworkInsightsAnalysisIds(Collection<String> networkInsightsAnalysisIds)
The ID of the network insights analyses. You must specify either analysis IDs or a path ID.
networkInsightsAnalysisIds
- The ID of the network insights analyses. You must specify either analysis IDs or a path ID.public DescribeNetworkInsightsAnalysesRequest withNetworkInsightsAnalysisIds(String... networkInsightsAnalysisIds)
The ID of the network insights analyses. You must specify either analysis IDs or a path ID.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInsightsAnalysisIds(java.util.Collection)
or
withNetworkInsightsAnalysisIds(java.util.Collection)
if you want to override the existing values.
networkInsightsAnalysisIds
- The ID of the network insights analyses. You must specify either analysis IDs or a path ID.public DescribeNetworkInsightsAnalysesRequest withNetworkInsightsAnalysisIds(Collection<String> networkInsightsAnalysisIds)
The ID of the network insights analyses. You must specify either analysis IDs or a path ID.
networkInsightsAnalysisIds
- The ID of the network insights analyses. You must specify either analysis IDs or a path ID.public void setNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path. You must specify either a path ID or analysis IDs.
networkInsightsPathId
- The ID of the path. You must specify either a path ID or analysis IDs.public String getNetworkInsightsPathId()
The ID of the path. You must specify either a path ID or analysis IDs.
public DescribeNetworkInsightsAnalysesRequest withNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path. You must specify either a path ID or analysis IDs.
networkInsightsPathId
- The ID of the path. You must specify either a path ID or analysis IDs.public void setAnalysisStartTime(Date analysisStartTime)
The time when the network insights analyses started.
analysisStartTime
- The time when the network insights analyses started.public Date getAnalysisStartTime()
The time when the network insights analyses started.
public DescribeNetworkInsightsAnalysesRequest withAnalysisStartTime(Date analysisStartTime)
The time when the network insights analyses started.
analysisStartTime
- The time when the network insights analyses started.public void setAnalysisEndTime(Date analysisEndTime)
The time when the network insights analyses ended.
analysisEndTime
- The time when the network insights analyses ended.public Date getAnalysisEndTime()
The time when the network insights analyses ended.
public DescribeNetworkInsightsAnalysesRequest withAnalysisEndTime(Date analysisEndTime)
The time when the network insights analyses ended.
analysisEndTime
- The time when the network insights analyses ended.public List<Filter> getFilters()
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
public void setFilters(Collection<Filter> filters)
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
filters
- The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
public DescribeNetworkInsightsAnalysesRequest withFilters(Filter... filters)
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
public DescribeNetworkInsightsAnalysesRequest withFilters(Collection<Filter> filters)
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
filters
- The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
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 DescribeNetworkInsightsAnalysesRequest 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 DescribeNetworkInsightsAnalysesRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public Request<DescribeNetworkInsightsAnalysesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeNetworkInsightsAnalysesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeNetworkInsightsAnalysesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()