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