@Generated(value="software.amazon.awssdk:codegen") public final class PutApplicationPolicyRequest extends ServerlessApplicationRepositoryRequest implements ToCopyableBuilder<PutApplicationPolicyRequest.Builder,PutApplicationPolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutApplicationPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The id of the application to put policy for
|
static PutApplicationPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends PutApplicationPolicyRequest.Builder> |
serializableBuilderClass() |
List<ApplicationPolicyStatement> |
statements()
Array of policy statements applied to the application.
|
PutApplicationPolicyRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
public List<ApplicationPolicyStatement> statements()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PutApplicationPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutApplicationPolicyRequest.Builder,PutApplicationPolicyRequest>toBuilder in class ServerlessApplicationRepositoryRequestpublic static PutApplicationPolicyRequest.Builder builder()
public static Class<? extends PutApplicationPolicyRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.