@Generated(value="software.amazon.awssdk:codegen") public final class AssociateEnvironmentOperationsRoleRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,AssociateEnvironmentOperationsRoleRequest>
Request to add or change the operations role used by an environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateEnvironmentOperationsRoleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateEnvironmentOperationsRoleRequest.Builder |
builder() |
String |
environmentName()
The name of the environment to which to set the operations role.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operationsRole()
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateEnvironmentOperationsRoleRequest.Builder> |
serializableBuilderClass() |
AssociateEnvironmentOperationsRoleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String environmentName()
The name of the environment to which to set the operations role.
public final String operationsRole()
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
public AssociateEnvironmentOperationsRoleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,AssociateEnvironmentOperationsRoleRequest>toBuilder in class ElasticBeanstalkRequestpublic static AssociateEnvironmentOperationsRoleRequest.Builder builder()
public static Class<? extends AssociateEnvironmentOperationsRoleRequest.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 © 2023. All rights reserved.