@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationsDecisionDetail extends Object implements Serializable, Cloneable
Contains information about AWS Organizations's affect on a policy simulation.
Constructor and Description |
---|
OrganizationsDecisionDetail() |
Modifier and Type | Method and Description |
---|---|
OrganizationsDecisionDetail |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowedByOrganizations()
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact
the simulated user's account.
|
int |
hashCode() |
Boolean |
isAllowedByOrganizations()
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact
the simulated user's account.
|
void |
setAllowedByOrganizations(Boolean allowedByOrganizations)
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact
the simulated user's account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OrganizationsDecisionDetail |
withAllowedByOrganizations(Boolean allowedByOrganizations)
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact
the simulated user's account.
|
public void setAllowedByOrganizations(Boolean allowedByOrganizations)
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact the simulated user's account.
allowedByOrganizations
- Specifies whether the simulated action is allowed by the AWS Organizations service control policies that
impact the simulated user's account.public Boolean getAllowedByOrganizations()
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact the simulated user's account.
public OrganizationsDecisionDetail withAllowedByOrganizations(Boolean allowedByOrganizations)
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact the simulated user's account.
allowedByOrganizations
- Specifies whether the simulated action is allowed by the AWS Organizations service control policies that
impact the simulated user's account.public Boolean isAllowedByOrganizations()
Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact the simulated user's account.
public String toString()
toString
in class Object
Object.toString()
public OrganizationsDecisionDetail clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.