@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationsDecisionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationsDecisionDetail.Builder,OrganizationsDecisionDetail>
Contains information about the effect that Organizations has on a policy simulation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationsDecisionDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowedByOrganizations()
Specifies whether the simulated operation is allowed by the Organizations service control policies that impact
the simulated user's account.
|
static OrganizationsDecisionDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrganizationsDecisionDetail.Builder> |
serializableBuilderClass() |
OrganizationsDecisionDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean allowedByOrganizations()
Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.
public OrganizationsDecisionDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrganizationsDecisionDetail.Builder,OrganizationsDecisionDetail>public static OrganizationsDecisionDetail.Builder builder()
public static Class<? extends OrganizationsDecisionDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.