@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkInsightsAccessScopesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeNetworkInsightsAccessScopesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInsightsAccessScopesResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkInsightsAccessScope> |
getNetworkInsightsAccessScopes()
The Network Access Scopes.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setNetworkInsightsAccessScopes(Collection<NetworkInsightsAccessScope> networkInsightsAccessScopes)
The Network Access Scopes.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNetworkInsightsAccessScopesResult |
withNetworkInsightsAccessScopes(Collection<NetworkInsightsAccessScope> networkInsightsAccessScopes)
The Network Access Scopes.
|
DescribeNetworkInsightsAccessScopesResult |
withNetworkInsightsAccessScopes(NetworkInsightsAccessScope... networkInsightsAccessScopes)
The Network Access Scopes.
|
DescribeNetworkInsightsAccessScopesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeNetworkInsightsAccessScopesResult()
public List<NetworkInsightsAccessScope> getNetworkInsightsAccessScopes()
The Network Access Scopes.
public void setNetworkInsightsAccessScopes(Collection<NetworkInsightsAccessScope> networkInsightsAccessScopes)
The Network Access Scopes.
networkInsightsAccessScopes - The Network Access Scopes.public DescribeNetworkInsightsAccessScopesResult withNetworkInsightsAccessScopes(NetworkInsightsAccessScope... networkInsightsAccessScopes)
The Network Access Scopes.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInsightsAccessScopes(java.util.Collection) or
withNetworkInsightsAccessScopes(java.util.Collection) if you want to override the existing values.
networkInsightsAccessScopes - The Network Access Scopes.public DescribeNetworkInsightsAccessScopesResult withNetworkInsightsAccessScopes(Collection<NetworkInsightsAccessScope> networkInsightsAccessScopes)
The Network Access Scopes.
networkInsightsAccessScopes - The Network Access Scopes.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 DescribeNetworkInsightsAccessScopesResult 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 ObjectObject.toString()public DescribeNetworkInsightsAccessScopesResult clone()