@Generated(value="software.amazon.awssdk:codegen") public final class GetSchemaResponse extends VerifiedPermissionsResponse implements ToCopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSchemaResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSchemaResponse.Builder |
builder() |
Instant |
createdDate()
The date and time that the schema was originally created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
The date and time that the schema was most recently updated.
|
String |
policyStoreId()
The ID of the policy store that contains the schema.
|
String |
schema()
The body of the schema, written in Cedar schema JSON.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSchemaResponse.Builder> |
serializableBuilderClass() |
GetSchemaResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyStoreId()
The ID of the policy store that contains the schema.
public final String schema()
The body of the schema, written in Cedar schema JSON.
public final Instant createdDate()
The date and time that the schema was originally created.
public final Instant lastUpdatedDate()
The date and time that the schema was most recently updated.
public GetSchemaResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse>toBuilder in class AwsResponsepublic static GetSchemaResponse.Builder builder()
public static Class<? extends GetSchemaResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.