@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 String policyInJson()
Contains the requested policy document, in JSON format.
public String policyHash()
Contains the hash value associated with this policy.
public Instant createTime()
The date and time at which the policy was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.