@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptInvitationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AcceptInvitationRequest() |
| Modifier and Type | Method and Description |
|---|---|
AcceptInvitationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInvitationId()
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
|
String |
getMasterId()
The account ID of the master Security Hub account whose invitation you're accepting.
|
int |
hashCode() |
void |
setInvitationId(String invitationId)
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
|
void |
setMasterId(String masterId)
The account ID of the master Security Hub account whose invitation you're accepting.
|
String |
toString()
Returns a string representation of this object.
|
AcceptInvitationRequest |
withInvitationId(String invitationId)
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
|
AcceptInvitationRequest |
withMasterId(String masterId)
The account ID of the master Security Hub account whose invitation you're accepting.
|
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, withSdkRequestTimeoutpublic void setMasterId(String masterId)
The account ID of the master Security Hub account whose invitation you're accepting.
masterId - The account ID of the master Security Hub account whose invitation you're accepting.public String getMasterId()
The account ID of the master Security Hub account whose invitation you're accepting.
public AcceptInvitationRequest withMasterId(String masterId)
The account ID of the master Security Hub account whose invitation you're accepting.
masterId - The account ID of the master Security Hub account whose invitation you're accepting.public void setInvitationId(String invitationId)
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
invitationId - The ID of the invitation that is sent to the AWS account by the Security Hub master account.public String getInvitationId()
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
public AcceptInvitationRequest withInvitationId(String invitationId)
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
invitationId - The ID of the invitation that is sent to the AWS account by the Security Hub master account.public String toString()
toString in class ObjectObject.toString()public AcceptInvitationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.