@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchNetworkProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchNetworkProfilesResult() |
Modifier and Type | Method and Description |
---|---|
SearchNetworkProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkProfileData> |
getNetworkProfiles()
The network profiles that meet the specified set of filter criteria, in sort order.
|
String |
getNextToken()
An optional token returned from a prior request.
|
Integer |
getTotalCount()
The total number of network profiles returned.
|
int |
hashCode() |
void |
setNetworkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
void |
setNextToken(String nextToken)
An optional token returned from a prior request.
|
void |
setTotalCount(Integer totalCount)
The total number of network profiles returned.
|
String |
toString()
Returns a string representation of this object.
|
SearchNetworkProfilesResult |
withNetworkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResult |
withNetworkProfiles(NetworkProfileData... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResult |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
SearchNetworkProfilesResult |
withTotalCount(Integer totalCount)
The total number of network profiles returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<NetworkProfileData> getNetworkProfiles()
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
public void setNetworkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
networkProfiles
- The network profiles that meet the specified set of filter criteria, in sort order. It is a list of
NetworkProfileData objects.public SearchNetworkProfilesResult withNetworkProfiles(NetworkProfileData... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
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
- The network profiles that meet the specified set of filter criteria, in sort order. It is a list of
NetworkProfileData objects.public SearchNetworkProfilesResult withNetworkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
networkProfiles
- The network profiles that meet the specified set of filter criteria, in sort order. It is a list of
NetworkProfileData objects.public void setNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
nextToken
- An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults.public String getNextToken()
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
public SearchNetworkProfilesResult withNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
nextToken
- An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults.public void setTotalCount(Integer totalCount)
The total number of network profiles returned.
totalCount
- The total number of network profiles returned.public Integer getTotalCount()
The total number of network profiles returned.
public SearchNetworkProfilesResult withTotalCount(Integer totalCount)
The total number of network profiles returned.
totalCount
- The total number of network profiles returned.public String toString()
toString
in class Object
Object.toString()
public SearchNetworkProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.