@Generated(value="software.amazon.awssdk:codegen") public final class PutContainerRecipePolicyRequest extends ImagebuilderRequest implements ToCopyableBuilder<PutContainerRecipePolicyRequest.Builder,PutContainerRecipePolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutContainerRecipePolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutContainerRecipePolicyRequest.Builder |
builder() |
String |
containerRecipeArn()
The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policy()
The policy to apply to the container recipe.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutContainerRecipePolicyRequest.Builder> |
serializableBuilderClass() |
PutContainerRecipePolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String containerRecipeArn()
The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.
public final String policy()
The policy to apply to the container recipe.
public PutContainerRecipePolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutContainerRecipePolicyRequest.Builder,PutContainerRecipePolicyRequest>toBuilder in class ImagebuilderRequestpublic static PutContainerRecipePolicyRequest.Builder builder()
public static Class<? extends PutContainerRecipePolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.