@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkInsightsAccessScopeAnalysesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNetworkInsightsAccessScopeAnalysesResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeNetworkInsightsAccessScopeAnalysesResult()
public List<NetworkInsightsAccessScopeAnalysis> getNetworkInsightsAccessScopeAnalyses()
The Network Access Scope analyses.
public void setNetworkInsightsAccessScopeAnalyses(Collection<NetworkInsightsAccessScopeAnalysis> networkInsightsAccessScopeAnalyses)
The Network Access Scope analyses.
networkInsightsAccessScopeAnalyses
- The Network Access Scope analyses.public DescribeNetworkInsightsAccessScopeAnalysesResult withNetworkInsightsAccessScopeAnalyses(NetworkInsightsAccessScopeAnalysis... networkInsightsAccessScopeAnalyses)
The Network Access Scope analyses.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInsightsAccessScopeAnalyses(java.util.Collection)
or
withNetworkInsightsAccessScopeAnalyses(java.util.Collection)
if you want to override the existing
values.
networkInsightsAccessScopeAnalyses
- The Network Access Scope analyses.public DescribeNetworkInsightsAccessScopeAnalysesResult withNetworkInsightsAccessScopeAnalyses(Collection<NetworkInsightsAccessScopeAnalysis> networkInsightsAccessScopeAnalyses)
The Network Access Scope analyses.
networkInsightsAccessScopeAnalyses
- The Network Access Scope analyses.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 DescribeNetworkInsightsAccessScopeAnalysesResult 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 DescribeNetworkInsightsAccessScopeAnalysesResult clone()