@Generated(value="software.amazon.awssdk:codegen") public final class GenerateOrganizationsAccessReportRequest extends IamRequest implements ToCopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GenerateOrganizationsAccessReportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GenerateOrganizationsAccessReportRequest.Builder |
builder() |
String |
entityPath()
The path of the AWS Organizations entity (root, OU, or account).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
organizationsPolicyId()
The identifier of the AWS Organizations service control policy (SCP).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GenerateOrganizationsAccessReportRequest.Builder> |
serializableBuilderClass() |
GenerateOrganizationsAccessReportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String entityPath()
The path of the AWS Organizations entity (root, OU, or account). You can build an entity path using the known
structure of your organization. For example, assume that your account ID is 123456789012 and its
parent OU ID is ou-rge0-awsabcde. The organization root ID is r-f6g7h8i9j0example and
your organization ID is o-a1b2c3d4e5. Your entity path is
o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.
123456789012 and its parent OU ID is ou-rge0-awsabcde. The organization root ID
is r-f6g7h8i9j0example and your organization ID is o-a1b2c3d4e5. Your entity
path is o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.public String organizationsPolicyId()
The identifier of the AWS Organizations service control policy (SCP). This parameter is optional.
This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an AWS service.
This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an AWS service.
public GenerateOrganizationsAccessReportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>toBuilder in class IamRequestpublic static GenerateOrganizationsAccessReportRequest.Builder builder()
public static Class<? extends GenerateOrganizationsAccessReportRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.