@Generated(value="software.amazon.awssdk:codegen") public final class PutResourcePolicyRequest extends GlueRequest implements ToCopyableBuilder<PutResourcePolicyRequest.Builder,PutResourcePolicyRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
PutResourcePolicyRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static PutResourcePolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
ExistCondition |
policyExistsCondition()
A value of
MUST_EXIST is used to update a policy. |
String |
policyExistsConditionAsString()
A value of
MUST_EXIST is used to update a policy. |
String |
policyHashCondition()
This is the hash value returned when the previous policy was set using PutResourcePolicy.
|
String |
policyInJson()
Contains the policy document to set, in JSON format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutResourcePolicyRequest.Builder> |
serializableBuilderClass() |
PutResourcePolicyRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String policyInJson()
Contains the policy document to set, in JSON format.
public String policyHashCondition()
This is the hash value returned when the previous policy was set using PutResourcePolicy. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.
public ExistCondition policyExistsCondition()
A value of MUST_EXIST
is used to update a policy. A value of NOT_EXIST
is used to
create a new policy. If a value of NONE
or a null value is used, the call will not depend on the
existence of a policy.
If the service returns an enum value that is not available in the current SDK version,
policyExistsCondition
will return ExistCondition.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from policyExistsConditionAsString()
.
MUST_EXIST
is used to update a policy. A value of NOT_EXIST
is used
to create a new policy. If a value of NONE
or a null value is used, the call will not depend
on the existence of a policy.ExistCondition
public String policyExistsConditionAsString()
A value of MUST_EXIST
is used to update a policy. A value of NOT_EXIST
is used to
create a new policy. If a value of NONE
or a null value is used, the call will not depend on the
existence of a policy.
If the service returns an enum value that is not available in the current SDK version,
policyExistsCondition
will return ExistCondition.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from policyExistsConditionAsString()
.
MUST_EXIST
is used to update a policy. A value of NOT_EXIST
is used
to create a new policy. If a value of NONE
or a null value is used, the call will not depend
on the existence of a policy.ExistCondition
public PutResourcePolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutResourcePolicyRequest.Builder,PutResourcePolicyRequest>
toBuilder
in class GlueRequest
public static PutResourcePolicyRequest.Builder builder()
public static Class<? extends PutResourcePolicyRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.