@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 |
getGraphArn()
The ARN of the behavior graph that the member account is accepting the invitation for.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph that the member account is accepting the invitation for.
|
String |
toString()
Returns a string representation of this object.
|
AcceptInvitationRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph that the member account is accepting the invitation for.
|
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 setGraphArn(String graphArn)
The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED
.
graphArn
- The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED
.
public String getGraphArn()
The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED
.
The member account status in the behavior graph must be INVITED
.
public AcceptInvitationRequest withGraphArn(String graphArn)
The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED
.
graphArn
- The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED
.
public String toString()
toString
in class Object
Object.toString()
public AcceptInvitationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()