@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkInsightsAccessScopeAnalysesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeNetworkInsightsAccessScopeAnalysesRequest>
NOOP
Constructor and Description |
---|
DescribeNetworkInsightsAccessScopeAnalysesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getAnalysisStartTimeBegin()
Filters the results based on the start time.
|
Date |
getAnalysisStartTimeEnd()
Filters the results based on the start time.
|
Request<DescribeNetworkInsightsAccessScopeAnalysesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
There are no supported filters.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
List<String> |
getNetworkInsightsAccessScopeAnalysisIds()
The IDs of the Network Access Scope analyses.
|
String |
getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setAnalysisStartTimeBegin(Date analysisStartTimeBegin)
Filters the results based on the start time.
|
void |
setAnalysisStartTimeEnd(Date analysisStartTimeEnd)
Filters the results based on the start time.
|
void |
setFilters(Collection<Filter> filters)
There are no supported filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNetworkInsightsAccessScopeAnalysisIds(Collection<String> networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
|
void |
setNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withAnalysisStartTimeBegin(Date analysisStartTimeBegin)
Filters the results based on the start time.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withAnalysisStartTimeEnd(Date analysisStartTimeEnd)
Filters the results based on the start time.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withFilters(Collection<Filter> filters)
There are no supported filters.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withFilters(Filter... filters)
There are no supported filters.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withNetworkInsightsAccessScopeAnalysisIds(Collection<String> networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withNetworkInsightsAccessScopeAnalysisIds(String... networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
withNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
DescribeNetworkInsightsAccessScopeAnalysesRequest |
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 DescribeNetworkInsightsAccessScopeAnalysesRequest()
public List<String> getNetworkInsightsAccessScopeAnalysisIds()
The IDs of the Network Access Scope analyses.
public void setNetworkInsightsAccessScopeAnalysisIds(Collection<String> networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
networkInsightsAccessScopeAnalysisIds
- The IDs of the Network Access Scope analyses.public DescribeNetworkInsightsAccessScopeAnalysesRequest withNetworkInsightsAccessScopeAnalysisIds(String... networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInsightsAccessScopeAnalysisIds(java.util.Collection)
or
withNetworkInsightsAccessScopeAnalysisIds(java.util.Collection)
if you want to override the existing
values.
networkInsightsAccessScopeAnalysisIds
- The IDs of the Network Access Scope analyses.public DescribeNetworkInsightsAccessScopeAnalysesRequest withNetworkInsightsAccessScopeAnalysisIds(Collection<String> networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
networkInsightsAccessScopeAnalysisIds
- The IDs of the Network Access Scope analyses.public void setNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId
- The ID of the Network Access Scope.public String getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
public DescribeNetworkInsightsAccessScopeAnalysesRequest withNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId
- The ID of the Network Access Scope.public void setAnalysisStartTimeBegin(Date analysisStartTimeBegin)
Filters the results based on the start time. The analysis must have started on or after this time.
analysisStartTimeBegin
- Filters the results based on the start time. The analysis must have started on or after this time.public Date getAnalysisStartTimeBegin()
Filters the results based on the start time. The analysis must have started on or after this time.
public DescribeNetworkInsightsAccessScopeAnalysesRequest withAnalysisStartTimeBegin(Date analysisStartTimeBegin)
Filters the results based on the start time. The analysis must have started on or after this time.
analysisStartTimeBegin
- Filters the results based on the start time. The analysis must have started on or after this time.public void setAnalysisStartTimeEnd(Date analysisStartTimeEnd)
Filters the results based on the start time. The analysis must have started on or before this time.
analysisStartTimeEnd
- Filters the results based on the start time. The analysis must have started on or before this time.public Date getAnalysisStartTimeEnd()
Filters the results based on the start time. The analysis must have started on or before this time.
public DescribeNetworkInsightsAccessScopeAnalysesRequest withAnalysisStartTimeEnd(Date analysisStartTimeEnd)
Filters the results based on the start time. The analysis must have started on or before this time.
analysisStartTimeEnd
- Filters the results based on the start time. The analysis must have started on or before this time.public List<Filter> getFilters()
There are no supported filters.
public void setFilters(Collection<Filter> filters)
There are no supported filters.
filters
- There are no supported filters.public DescribeNetworkInsightsAccessScopeAnalysesRequest withFilters(Filter... filters)
There are no supported filters.
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
- There are no supported filters.public DescribeNetworkInsightsAccessScopeAnalysesRequest withFilters(Collection<Filter> filters)
There are no supported filters.
filters
- There are no supported filters.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 DescribeNetworkInsightsAccessScopeAnalysesRequest 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 DescribeNetworkInsightsAccessScopeAnalysesRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public Request<DescribeNetworkInsightsAccessScopeAnalysesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeNetworkInsightsAccessScopeAnalysesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeNetworkInsightsAccessScopeAnalysesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()