@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopActivityStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopActivityStreamRequest() |
Modifier and Type | Method and Description |
---|---|
StopActivityStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getApplyImmediately()
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.
|
int |
hashCode() |
Boolean |
isApplyImmediately()
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.
|
void |
setApplyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.
|
String |
toString()
Returns a string representation of this object.
|
StopActivityStreamRequest |
withApplyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.
|
StopActivityStreamRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.
|
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 setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.
resourceArn
- The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.public String getResourceArn()
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.public StopActivityStreamRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.
resourceArn
- The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.public void setApplyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
applyImmediately
- Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.public Boolean getApplyImmediately()
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
public StopActivityStreamRequest withApplyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
applyImmediately
- Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.public Boolean isApplyImmediately()
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
public String toString()
toString
in class Object
Object.toString()
public StopActivityStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()