@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUserProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListUserProfilesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The continuation token to use when requesting the next set of results, if there are more results to be returned.
|
List<UserProfileSummary> |
getUserProfiles()
All the user profiles configured in AWS CodeStar for an AWS account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be returned.
|
void |
setUserProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
String |
toString()
Returns a string representation of this object.
|
ListUserProfilesResult |
withNextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be returned.
|
ListUserProfilesResult |
withUserProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
ListUserProfilesResult |
withUserProfiles(UserProfileSummary... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserProfileSummary> getUserProfiles()
All the user profiles configured in AWS CodeStar for an AWS account.
public void setUserProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
userProfiles
- All the user profiles configured in AWS CodeStar for an AWS account.public ListUserProfilesResult withUserProfiles(UserProfileSummary... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setUserProfiles(java.util.Collection)
or withUserProfiles(java.util.Collection)
if you want to
override the existing values.
userProfiles
- All the user profiles configured in AWS CodeStar for an AWS account.public ListUserProfilesResult withUserProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
userProfiles
- All the user profiles configured in AWS CodeStar for an AWS account.public void setNextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be returned.
nextToken
- The continuation token to use when requesting the next set of results, if there are more results to be
returned.public String getNextToken()
The continuation token to use when requesting the next set of results, if there are more results to be returned.
public ListUserProfilesResult withNextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be returned.
nextToken
- The continuation token to use when requesting the next set of results, if there are more results to be
returned.public String toString()
toString
in class Object
Object.toString()
public ListUserProfilesResult clone()