@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNetworkProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListNetworkProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListNetworkProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkProfile> |
getNetworkProfiles()
A list of the available network profiles.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
int |
hashCode() |
void |
setNetworkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListNetworkProfilesResult |
withNetworkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResult |
withNetworkProfiles(NetworkProfile... networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResult |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<NetworkProfile> getNetworkProfiles()
A list of the available network profiles.
public void setNetworkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
networkProfiles
- A list of the available network profiles.public ListNetworkProfilesResult withNetworkProfiles(NetworkProfile... networkProfiles)
A list of the available network profiles.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkProfiles(java.util.Collection)
or withNetworkProfiles(java.util.Collection)
if you
want to override the existing values.
networkProfiles
- A list of the available network profiles.public ListNetworkProfilesResult withNetworkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
networkProfiles
- A list of the available network profiles.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListNetworkProfilesResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String toString()
toString
in class Object
Object.toString()
public ListNetworkProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.