@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNetworkAnalyzerConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListNetworkAnalyzerConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListNetworkAnalyzerConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkAnalyzerConfigurations> |
getNetworkAnalyzerConfigurationList()
The list of network analyzer configurations.
|
String |
getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setNetworkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)
The list of network analyzer configurations.
|
void |
setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListNetworkAnalyzerConfigurationsResult |
withNetworkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)
The list of network analyzer configurations.
|
ListNetworkAnalyzerConfigurationsResult |
withNetworkAnalyzerConfigurationList(NetworkAnalyzerConfigurations... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
|
ListNetworkAnalyzerConfigurationsResult |
withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListNetworkAnalyzerConfigurationsResult()
public void setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
public ListNetworkAnalyzerConfigurationsResult withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public List<NetworkAnalyzerConfigurations> getNetworkAnalyzerConfigurationList()
The list of network analyzer configurations.
public void setNetworkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)
The list of network analyzer configurations.
networkAnalyzerConfigurationList
- The list of network analyzer configurations.public ListNetworkAnalyzerConfigurationsResult withNetworkAnalyzerConfigurationList(NetworkAnalyzerConfigurations... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkAnalyzerConfigurationList(java.util.Collection)
or
withNetworkAnalyzerConfigurationList(java.util.Collection)
if you want to override the existing values.
networkAnalyzerConfigurationList
- The list of network analyzer configurations.public ListNetworkAnalyzerConfigurationsResult withNetworkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)
The list of network analyzer configurations.
networkAnalyzerConfigurationList
- The list of network analyzer configurations.public String toString()
toString
in class Object
Object.toString()
public ListNetworkAnalyzerConfigurationsResult clone()