@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMonitoringMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| StartMonitoringMemberRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartMonitoringMemberRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccountId()
 The account ID of the member account to try to enable. | 
| String | getGraphArn()
 The ARN of the behavior graph. | 
| int | hashCode() | 
| void | setAccountId(String accountId)
 The account ID of the member account to try to enable. | 
| void | setGraphArn(String graphArn)
 The ARN of the behavior graph. | 
| String | toString()Returns a string representation of this object. | 
| StartMonitoringMemberRequest | withAccountId(String accountId)
 The account ID of the member account to try to enable. | 
| StartMonitoringMemberRequest | withGraphArn(String graphArn)
 The ARN of the behavior graph. | 
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, withSdkRequestTimeoutpublic void setGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.public String getGraphArn()
The ARN of the behavior graph.
public StartMonitoringMemberRequest withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.public void setAccountId(String accountId)
The account ID of the member account to try to enable.
 The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
 
accountId - The account ID of the member account to try to enable.
        
        The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
public String getAccountId()
The account ID of the member account to try to enable.
 The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
 
         The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
public StartMonitoringMemberRequest withAccountId(String accountId)
The account ID of the member account to try to enable.
 The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
 
accountId - The account ID of the member account to try to enable.
        
        The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
public String toString()
toString in class ObjectObject.toString()public StartMonitoringMemberRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()