@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateOrganizationsAccessReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GenerateOrganizationsAccessReportRequest() |
Modifier and Type | Method and Description |
---|---|
GenerateOrganizationsAccessReportRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEntityPath()
The path of the AWS Organizations entity (root, OU, or account).
|
String |
getOrganizationsPolicyId()
The identifier of the AWS Organizations service control policy (SCP).
|
int |
hashCode() |
void |
setEntityPath(String entityPath)
The path of the AWS Organizations entity (root, OU, or account).
|
void |
setOrganizationsPolicyId(String organizationsPolicyId)
The identifier of the AWS Organizations service control policy (SCP).
|
String |
toString()
Returns a string representation of this object.
|
GenerateOrganizationsAccessReportRequest |
withEntityPath(String entityPath)
The path of the AWS Organizations entity (root, OU, or account).
|
GenerateOrganizationsAccessReportRequest |
withOrganizationsPolicyId(String organizationsPolicyId)
The identifier of the AWS Organizations service control policy (SCP).
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GenerateOrganizationsAccessReportRequest()
public void setEntityPath(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
.
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
.public String getEntityPath()
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 GenerateOrganizationsAccessReportRequest withEntityPath(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
.
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
.public void setOrganizationsPolicyId(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.
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.
public String getOrganizationsPolicyId()
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 withOrganizationsPolicyId(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.
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.
public String toString()
toString
in class Object
Object.toString()
public GenerateOrganizationsAccessReportRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.