@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InviteAccountToOrganizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
InviteAccountToOrganizationRequest() |
Modifier and Type | Method and Description |
---|---|
InviteAccountToOrganizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNotes()
Additional information that you want to include in the generated email to the recipient account owner.
|
HandshakeParty |
getTarget()
The identifier (ID) of the AWS account that you want to invite to join your organization.
|
int |
hashCode() |
void |
setNotes(String notes)
Additional information that you want to include in the generated email to the recipient account owner.
|
void |
setTarget(HandshakeParty target)
The identifier (ID) of the AWS account that you want to invite to join your organization.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InviteAccountToOrganizationRequest |
withNotes(String notes)
Additional information that you want to include in the generated email to the recipient account owner.
|
InviteAccountToOrganizationRequest |
withTarget(HandshakeParty target)
The identifier (ID) of the AWS account that you want to invite to join your organization.
|
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 void setTarget(HandshakeParty target)
The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address that is
associated with the account.
--target Id=bill@example.com,Type=EMAIL
target
- The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON
object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address that
is associated with the account.
--target Id=bill@example.com,Type=EMAIL
public HandshakeParty getTarget()
The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address that is
associated with the account.
--target Id=bill@example.com,Type=EMAIL
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address
that is associated with the account.
--target Id=bill@example.com,Type=EMAIL
public InviteAccountToOrganizationRequest withTarget(HandshakeParty target)
The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address that is
associated with the account.
--target Id=bill@example.com,Type=EMAIL
target
- The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON
object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address that
is associated with the account.
--target Id=bill@example.com,Type=EMAIL
public void setNotes(String notes)
Additional information that you want to include in the generated email to the recipient account owner.
notes
- Additional information that you want to include in the generated email to the recipient account owner.public String getNotes()
Additional information that you want to include in the generated email to the recipient account owner.
public InviteAccountToOrganizationRequest withNotes(String notes)
Additional information that you want to include in the generated email to the recipient account owner.
notes
- Additional information that you want to include in the generated email to the recipient account owner.public String toString()
toString
in class Object
Object.toString()
public InviteAccountToOrganizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.