@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The unique ID of the detector of the GuardDuty member account.
|
String |
getInvitationId()
The value that is used to validate the administrator account to the member account.
|
String |
getMasterId()
The account ID of the GuardDuty administrator 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)
The value that is used to validate the administrator account to the member account.
|
void |
setMasterId(String masterId)
The account ID of the GuardDuty administrator 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)
The value that is used to validate the administrator account to the member account.
|
AcceptInvitationRequest |
withMasterId(String masterId)
The account ID of the GuardDuty administrator account whose invitation you're accepting.
|
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 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 GuardDuty administrator account whose invitation you're accepting.
masterId
- The account ID of the GuardDuty administrator account whose invitation you're accepting.public String getMasterId()
The account ID of the GuardDuty administrator account whose invitation you're accepting.
public AcceptInvitationRequest withMasterId(String masterId)
The account ID of the GuardDuty administrator account whose invitation you're accepting.
masterId
- The account ID of the GuardDuty administrator account whose invitation you're accepting.public void setInvitationId(String invitationId)
The value that is used to validate the administrator account to the member account.
invitationId
- The value that is used to validate the administrator account to the member account.public String getInvitationId()
The value that is used to validate the administrator account to the member account.
public AcceptInvitationRequest withInvitationId(String invitationId)
The value that is used to validate the administrator account to the member account.
invitationId
- The value that is used to validate the administrator account to the member account.public String toString()
toString
in class Object
Object.toString()
public AcceptInvitationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()