@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyActivityStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ModifyActivityStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyActivityStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuditPolicyState()
The audit policy state.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.
|
int |
hashCode() |
void |
setAuditPolicyState(String auditPolicyState)
The audit policy state.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.
|
String |
toString()
Returns a string representation of this object.
|
ModifyActivityStreamRequest |
withAuditPolicyState(AuditPolicyState auditPolicyState)
The audit policy state.
|
ModifyActivityStreamRequest |
withAuditPolicyState(String auditPolicyState)
The audit policy state.
|
ModifyActivityStreamRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.
|
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 setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example,
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.
resourceArn - The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example,
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.public String getResourceArn()
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example,
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.public ModifyActivityStreamRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example,
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.
resourceArn - The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example,
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.public void setAuditPolicyState(String auditPolicyState)
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
auditPolicyState - The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only.
You can edit your audit policy only when the activity stream is unlocked or stopped.AuditPolicyStatepublic String getAuditPolicyState()
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
AuditPolicyStatepublic ModifyActivityStreamRequest withAuditPolicyState(String auditPolicyState)
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
auditPolicyState - The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only.
You can edit your audit policy only when the activity stream is unlocked or stopped.AuditPolicyStatepublic ModifyActivityStreamRequest withAuditPolicyState(AuditPolicyState auditPolicyState)
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
auditPolicyState - The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only.
You can edit your audit policy only when the activity stream is unlocked or stopped.AuditPolicyStatepublic String toString()
toString in class ObjectObject.toString()public ModifyActivityStreamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()