@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 |
getDetectorId()
The unique ID of the detector of the GuardDuty member account.
|
String |
getInvitationId()
This value is used to validate the master account to the member account.
|
String |
getMasterId()
The account ID of the master GuardDuty account whose invitation you're accepting.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
|
void |
setInvitationId(String invitationId)
This value is used to validate the master account to the member account.
|
void |
setMasterId(String masterId)
The account ID of the master GuardDuty account whose invitation you're accepting.
|
String |
toString()
Returns a string representation of this object.
|
AcceptInvitationRequest |
withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
|
AcceptInvitationRequest |
withInvitationId(String invitationId)
This value is used to validate the master account to the member account.
|
AcceptInvitationRequest |
withMasterId(String masterId)
The account ID of the master GuardDuty 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 setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
detectorId - The unique ID of the detector of the GuardDuty member account.public String getDetectorId()
The unique ID of the detector of the GuardDuty member account.
public AcceptInvitationRequest withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
detectorId - The unique ID of the detector of the GuardDuty member account.public void setMasterId(String masterId)
The account ID of the master GuardDuty account whose invitation you're accepting.
masterId - The account ID of the master GuardDuty account whose invitation you're accepting.public String getMasterId()
The account ID of the master GuardDuty account whose invitation you're accepting.
public AcceptInvitationRequest withMasterId(String masterId)
The account ID of the master GuardDuty account whose invitation you're accepting.
masterId - The account ID of the master GuardDuty account whose invitation you're accepting.public void setInvitationId(String invitationId)
This value is used to validate the master account to the member account.
invitationId - This value is used to validate the master account to the member account.public String getInvitationId()
This value is used to validate the master account to the member account.
public AcceptInvitationRequest withInvitationId(String invitationId)
This value is used to validate the master account to the member account.
invitationId - This value is used to validate the master account to the member account.public String toString()
toString in class ObjectObject.toString()public AcceptInvitationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.