ToCopyableBuilder<ListPolicyPrincipalsResponse.Builder,ListPolicyPrincipalsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPolicyPrincipalsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPolicyPrincipalsResponse.Builder,ListPolicyPrincipalsResponse>
The output from the ListPolicyPrincipals operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPolicyPrincipalsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListPolicyPrincipalsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
The marker for the next set of results, or null if there are no additional results.
|
List<String> |
principals() |
The descriptions of the principals.
|
static Class<? extends ListPolicyPrincipalsResponse.Builder> |
serializableBuilderClass() |
|
ListPolicyPrincipalsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> principals()
The descriptions of the principals.
public String nextMarker()
The marker for the next set of results, or null if there are no additional results.
public ListPolicyPrincipalsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPolicyPrincipalsResponse.Builder,ListPolicyPrincipalsResponse>
public static ListPolicyPrincipalsResponse.Builder builder()
public static Class<? extends ListPolicyPrincipalsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.