@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The date and time at which the policy was last updated.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.