ToCopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListUserProfilesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListUserProfilesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListUserProfilesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The continuation token to use when requesting the next set of results, if there are more results to be returned.
|
static Class<? extends ListUserProfilesResponse.Builder> |
serializableBuilderClass() |
|
ListUserProfilesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UserProfileSummary> |
userProfiles() |
All the user profiles configured in AWS CodeStar for an AWS account.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<UserProfileSummary> userProfiles()
All the user profiles configured in AWS CodeStar for an AWS account.
public String nextToken()
The continuation token to use when requesting the next set of results, if there are more results to be returned.
public ListUserProfilesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
public static ListUserProfilesResponse.Builder builder()
public static Class<? extends ListUserProfilesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.