@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchProfilesResult() |
Modifier and Type | Method and Description |
---|---|
SearchProfilesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token returned to indicate that there is more data available.
|
List<ProfileData> |
getProfiles()
The profiles that meet the specified set of filter criteria, in sort order.
|
Integer |
getTotalCount()
The total number of room profiles returned.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
void |
setProfiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
void |
setTotalCount(Integer totalCount)
The total number of room profiles returned.
|
String |
toString()
Returns a string representation of this object.
|
SearchProfilesResult |
withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchProfilesResult |
withProfiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResult |
withProfiles(ProfileData... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResult |
withTotalCount(Integer totalCount)
The total number of room profiles returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProfileData> getProfiles()
The profiles that meet the specified set of filter criteria, in sort order.
public void setProfiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
profiles
- The profiles that meet the specified set of filter criteria, in sort order.public SearchProfilesResult withProfiles(ProfileData... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
NOTE: This method appends the values to the existing list (if any). Use
setProfiles(java.util.Collection)
or withProfiles(java.util.Collection)
if you want to override
the existing values.
profiles
- The profiles that meet the specified set of filter criteria, in sort order.public SearchProfilesResult withProfiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
profiles
- The profiles that meet the specified set of filter criteria, in sort order.public void setNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken
- The token returned to indicate that there is more data available.public String getNextToken()
The token returned to indicate that there is more data available.
public SearchProfilesResult withNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken
- The token returned to indicate that there is more data available.public void setTotalCount(Integer totalCount)
The total number of room profiles returned.
totalCount
- The total number of room profiles returned.public Integer getTotalCount()
The total number of room profiles returned.
public SearchProfilesResult withTotalCount(Integer totalCount)
The total number of room profiles returned.
totalCount
- The total number of room profiles returned.public String toString()
toString
in class Object
Object.toString()
public SearchProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.