@Generated(value="software.amazon.awssdk:codegen") public final class GluePolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GluePolicy.Builder,GluePolicy>
A structure for returning a resource policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GluePolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GluePolicy.Builder |
builder() |
Instant |
createTime()
The date and time at which the policy was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyHash()
Contains the hash value associated with this policy.
|
String |
policyInJson()
Contains the requested policy document, in JSON format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GluePolicy.Builder> |
serializableBuilderClass() |
GluePolicy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The date and time at which the policy was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyInJson()
Contains the requested policy document, in JSON format.
public final String policyHash()
Contains the hash value associated with this policy.
public final Instant createTime()
The date and time at which the policy was created.
public final Instant updateTime()
The date and time at which the policy was last updated.
public GluePolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GluePolicy.Builder,GluePolicy>public static GluePolicy.Builder builder()
public static Class<? extends GluePolicy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.