@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserAccessLoggingSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUserAccessLoggingSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserAccessLoggingSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getKinesisStreamArn()
The ARN of the Kinesis stream.
|
List<Tag> |
getTags()
The tags to add to the user settings resource.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setKinesisStreamArn(String kinesisStreamArn)
The ARN of the Kinesis stream.
|
void |
setTags(Collection<Tag> tags)
The tags to add to the user settings resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserAccessLoggingSettingsRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateUserAccessLoggingSettingsRequest |
withKinesisStreamArn(String kinesisStreamArn)
The ARN of the Kinesis stream.
|
CreateUserAccessLoggingSettingsRequest |
withTags(Collection<Tag> tags)
The tags to add to the user settings resource.
|
CreateUserAccessLoggingSettingsRequest |
withTags(Tag... tags)
The tags to add to the user settings resource.
|
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 CreateUserAccessLoggingSettingsRequest()
public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token returns the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public CreateUserAccessLoggingSettingsRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token returns the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public void setKinesisStreamArn(String kinesisStreamArn)
The ARN of the Kinesis stream.
kinesisStreamArn
- The ARN of the Kinesis stream.public String getKinesisStreamArn()
The ARN of the Kinesis stream.
public CreateUserAccessLoggingSettingsRequest withKinesisStreamArn(String kinesisStreamArn)
The ARN of the Kinesis stream.
kinesisStreamArn
- The ARN of the Kinesis stream.public List<Tag> getTags()
The tags to add to the user settings resource. A tag is a key-value pair.
public void setTags(Collection<Tag> tags)
The tags to add to the user settings resource. A tag is a key-value pair.
tags
- The tags to add to the user settings resource. A tag is a key-value pair.public CreateUserAccessLoggingSettingsRequest withTags(Tag... tags)
The tags to add to the user settings resource. A tag is a key-value pair.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to add to the user settings resource. A tag is a key-value pair.public CreateUserAccessLoggingSettingsRequest withTags(Collection<Tag> tags)
The tags to add to the user settings resource. A tag is a key-value pair.
tags
- The tags to add to the user settings resource. A tag is a key-value pair.public String toString()
toString
in class Object
Object.toString()
public CreateUserAccessLoggingSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()