ToCopyableBuilder<LookupPolicyResponse.Builder,LookupPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public class LookupPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<LookupPolicyResponse.Builder,LookupPolicyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
LookupPolicyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static LookupPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The pagination token.
|
List<PolicyToPath> |
policyToPathList() |
Provides list of path to policies.
|
static Class<? extends LookupPolicyResponse.Builder> |
serializableBuilderClass() |
|
LookupPolicyResponse.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<PolicyToPath> policyToPathList()
Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
, and
PolicyType
. For more information, see Policies.
PolicyId
, ObjectIdentifier
,
and PolicyType
. For more information, see Policies.public String nextToken()
The pagination token.
public LookupPolicyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LookupPolicyResponse.Builder,LookupPolicyResponse>
public static LookupPolicyResponse.Builder builder()
public static Class<? extends LookupPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.