@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationPolicyStatement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationPolicyStatement.Builder,ApplicationPolicyStatement>
Policy statement applied to the application.
Modifier and Type | Class and Description |
---|---|
static interface |
ApplicationPolicyStatement.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
actions()
For the list of actions supported for this operation, see Application Permissions.
|
static ApplicationPolicyStatement.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
principals()
An AWS account ID, or * to make the application public.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationPolicyStatement.Builder> |
serializableBuilderClass() |
String |
statementId()
A unique ID for the statement.
|
ApplicationPolicyStatement.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<String> actions()
For the list of actions supported for this operation, see Application Permissions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> principals()
An AWS account ID, or * to make the application public.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String statementId()
A unique ID for the statement.
public ApplicationPolicyStatement.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplicationPolicyStatement.Builder,ApplicationPolicyStatement>
public static ApplicationPolicyStatement.Builder builder()
public static Class<? extends ApplicationPolicyStatement.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.