@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLoggingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an UpdateLoggingConfiguration operation.
NOOP| Constructor and Description |
|---|
UpdateLoggingConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateLoggingConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique identifier that you can provide to ensure the idempotency of the request.
|
String |
getLogGroupArn()
The ARN of the CloudWatch log group to which the vended log data will be published.
|
String |
getWorkspaceId()
The ID of the workspace to update the logging configuration for.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request.
|
void |
setLogGroupArn(String logGroupArn)
The ARN of the CloudWatch log group to which the vended log data will be published.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace to update the logging configuration for.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLoggingConfigurationRequest |
withClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request.
|
UpdateLoggingConfigurationRequest |
withLogGroupArn(String logGroupArn)
The ARN of the CloudWatch log group to which the vended log data will be published.
|
UpdateLoggingConfigurationRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace to update the logging configuration for.
|
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 setClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
clientToken - A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.public String getClientToken()
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
public UpdateLoggingConfigurationRequest withClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
clientToken - A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.public void setLogGroupArn(String logGroupArn)
The ARN of the CloudWatch log group to which the vended log data will be published.
logGroupArn - The ARN of the CloudWatch log group to which the vended log data will be published.public String getLogGroupArn()
The ARN of the CloudWatch log group to which the vended log data will be published.
public UpdateLoggingConfigurationRequest withLogGroupArn(String logGroupArn)
The ARN of the CloudWatch log group to which the vended log data will be published.
logGroupArn - The ARN of the CloudWatch log group to which the vended log data will be published.public void setWorkspaceId(String workspaceId)
The ID of the workspace to update the logging configuration for.
workspaceId - The ID of the workspace to update the logging configuration for.public String getWorkspaceId()
The ID of the workspace to update the logging configuration for.
public UpdateLoggingConfigurationRequest withWorkspaceId(String workspaceId)
The ID of the workspace to update the logging configuration for.
workspaceId - The ID of the workspace to update the logging configuration for.public String toString()
toString in class ObjectObject.toString()public UpdateLoggingConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()