@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()
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, 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)
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 Object
Object.toString()
public AcceptInvitationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.