ToCopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListSchemaExtensionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListSchemaExtensionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListSchemaExtensionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If not null, more results are available.
|
List<SchemaExtensionInfo> |
schemaExtensionsInfo() |
Information about the schema extensions applied to the directory.
|
static Class<? extends ListSchemaExtensionsResponse.Builder> |
serializableBuilderClass() |
|
ListSchemaExtensionsResponse.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<SchemaExtensionInfo> schemaExtensionsInfo()
Information about the schema extensions applied to the directory.
public String nextToken()
If not null, more results are available. Pass this value for the NextToken
parameter in a subsequent
call to ListSchemaExtensions
to retrieve the next set of items.
NextToken
parameter in a
subsequent call to ListSchemaExtensions
to retrieve the next set of items.public ListSchemaExtensionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
public static ListSchemaExtensionsResponse.Builder builder()
public static Class<? extends ListSchemaExtensionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.