Class GenerateOrganizationsAccessReportRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iam.model.IamRequest
-
- software.amazon.awssdk.services.iam.model.GenerateOrganizationsAccessReportRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>
@Generated("software.amazon.awssdk:codegen") public final class GenerateOrganizationsAccessReportRequest extends IamRequest implements ToCopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGenerateOrganizationsAccessReportRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerateOrganizationsAccessReportRequest.Builderbuilder()StringentityPath()The path of the Organizations entity (root, OU, or account).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringorganizationsPolicyId()The identifier of the Organizations service control policy (SCP).List<SdkField<?>>sdkFields()static Class<? extends GenerateOrganizationsAccessReportRequest.Builder>serializableBuilderClass()GenerateOrganizationsAccessReportRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
entityPath
public final String entityPath()
The path of the 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
123456789012and its parent OU ID isou-rge0-awsabcde. The organization root ID isr-f6g7h8i9j0exampleand your organization ID iso-a1b2c3d4e5. Your entity path iso-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.- Returns:
- The path of the 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
123456789012and its parent OU ID isou-rge0-awsabcde. The organization root ID isr-f6g7h8i9j0exampleand your organization ID iso-a1b2c3d4e5. Your entity path iso-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.
-
organizationsPolicyId
public final String organizationsPolicyId()
The identifier of the 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 Amazon Web Services service.
- Returns:
- The identifier of the 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 Amazon Web Services service.
-
toBuilder
public GenerateOrganizationsAccessReportRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GenerateOrganizationsAccessReportRequest.Builder,GenerateOrganizationsAccessReportRequest>- Specified by:
toBuilderin classIamRequest
-
builder
public static GenerateOrganizationsAccessReportRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GenerateOrganizationsAccessReportRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-