@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; useful for testing and debugging.
|
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)
detectorId - The unique ID of the detector of the GuardDuty member account.public String getDetectorId()
public AcceptInvitationRequest withDetectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty member account.public void setInvitationId(String invitationId)
invitationId - This value is used to validate the master account to the member account.public String getInvitationId()
public AcceptInvitationRequest withInvitationId(String invitationId)
invitationId - This value is used to validate the master account to the member account.public void setMasterId(String masterId)
masterId - The account ID of the master GuardDuty account whose invitation you're accepting.public String getMasterId()
public AcceptInvitationRequest withMasterId(String masterId)
masterId - The account ID of the master GuardDuty account whose invitation you're accepting.public String toString()
toString in class ObjectObject.toString()public AcceptInvitationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.