ToCopyableBuilder<GetEntitlementsResponse.Builder,GetEntitlementsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetEntitlementsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetEntitlementsResponse.Builder,GetEntitlementsResponse>
The GetEntitlementsRequest contains results from the GetEntitlements operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetEntitlementsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetEntitlementsResponse.Builder |
builder() |
|
List<Entitlement> |
entitlements() |
The set of entitlements found through the GetEntitlements operation.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
For paginated results, use NextToken in subsequent calls to GetEntitlements.
|
static Class<? extends GetEntitlementsResponse.Builder> |
serializableBuilderClass() |
|
GetEntitlementsResponse.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<Entitlement> entitlements()
The set of entitlements found through the GetEntitlements operation. If the result contains an empty set of entitlements, NextToken might still be present and should be used.
public String nextToken()
For paginated results, use NextToken in subsequent calls to GetEntitlements. If the result contains an empty set of entitlements, NextToken might still be present and should be used.
public GetEntitlementsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetEntitlementsResponse.Builder,GetEntitlementsResponse>
public static GetEntitlementsResponse.Builder builder()
public static Class<? extends GetEntitlementsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.