@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGraphRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteGraphRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGraphRequest |
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 to disable.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph to disable.
|
String |
toString()
Returns a string representation of this object.
|
DeleteGraphRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph to disable.
|
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 to disable.
graphArn
- The ARN of the behavior graph to disable.public String getGraphArn()
The ARN of the behavior graph to disable.
public DeleteGraphRequest withGraphArn(String graphArn)
The ARN of the behavior graph to disable.
graphArn
- The ARN of the behavior graph to disable.public String toString()
toString
in class Object
Object.toString()
public DeleteGraphRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()