@Generated(value="software.amazon.awssdk:codegen") public class ApplicationPolicyStatement extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ApplicationPolicyStatement.Builder,ApplicationPolicyStatement>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationPolicyStatement.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
actions()
A list of supported actions:\n\n GetApplication \n \n\n CreateCloudFormationChangeSet \n \n\n
ListApplicationVersions \n \n\n SearchApplications \n \n\n Deploy (Note: This action enables all other actions
above.)
|
static ApplicationPolicyStatement.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
List<String> |
principals()
An AWS account ID, or * to make the application public.
|
static Class<? extends ApplicationPolicyStatement.Builder> |
serializableBuilderClass() |
String |
statementId()
A unique ID for the statement.
|
ApplicationPolicyStatement.Builder |
toBuilder() |
String |
toString() |
public List<String> actions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> principals()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String statementId()
public ApplicationPolicyStatement.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ApplicationPolicyStatement.Builder,ApplicationPolicyStatement>public static ApplicationPolicyStatement.Builder builder()
public static Class<? extends ApplicationPolicyStatement.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.