@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNetworkSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListNetworkSettingsResult() |
Modifier and Type | Method and Description |
---|---|
ListNetworkSettingsResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkSettingsSummary> |
getNetworkSettings()
The network settings.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setNetworkSettings(Collection<NetworkSettingsSummary> networkSettings)
The network settings.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListNetworkSettingsResult |
withNetworkSettings(Collection<NetworkSettingsSummary> networkSettings)
The network settings.
|
ListNetworkSettingsResult |
withNetworkSettings(NetworkSettingsSummary... networkSettings)
The network settings.
|
ListNetworkSettingsResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<NetworkSettingsSummary> getNetworkSettings()
The network settings.
public void setNetworkSettings(Collection<NetworkSettingsSummary> networkSettings)
The network settings.
networkSettings
- The network settings.public ListNetworkSettingsResult withNetworkSettings(NetworkSettingsSummary... networkSettings)
The network settings.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkSettings(java.util.Collection)
or withNetworkSettings(java.util.Collection)
if you
want to override the existing values.
networkSettings
- The network settings.public ListNetworkSettingsResult withNetworkSettings(Collection<NetworkSettingsSummary> networkSettings)
The network settings.
networkSettings
- The network settings.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public ListNetworkSettingsResult withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public String toString()
toString
in class Object
Object.toString()
public ListNetworkSettingsResult clone()