@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityPath()
The path of the Organizations entity (root, OU, or account).
|
String |
getOrganizationsPolicyId()
The identifier of the Organizations service control policy (SCP).
|
int |
hashCode() |
void |
setEntityPath(String entityPath)
The path of the Organizations entity (root, OU, or account).
|
void |
setOrganizationsPolicyId(String organizationsPolicyId)
The identifier of the Organizations service control policy (SCP).
|
String |
toString()
Returns a string representation of this object.
|
GenerateOrganizationsAccessReportRequest |
withEntityPath(String entityPath)
The path of the Organizations entity (root, OU, or account).
|
GenerateOrganizationsAccessReportRequest |
withOrganizationsPolicyId(String organizationsPolicyId)
The identifier of the Organizations service control policy (SCP).
|
addHandlerContext, 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 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 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 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 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 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 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.
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.
public String getOrganizationsPolicyId()
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.
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.
public GenerateOrganizationsAccessReportRequest withOrganizationsPolicyId(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.
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.
public String toString()
toString
in class Object
Object.toString()
public GenerateOrganizationsAccessReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()