@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomLogSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteCustomLogSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomLogSourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCustomSourceName()
The custom source name for the custom log source.
|
int |
hashCode() |
void |
setCustomSourceName(String customSourceName)
The custom source name for the custom log source.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomLogSourceRequest |
withCustomSourceName(String customSourceName)
The custom source name for the custom log source.
|
addHandlerContext, copyBaseTo, 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 setCustomSourceName(String customSourceName)
The custom source name for the custom log source.
customSourceName - The custom source name for the custom log source.public String getCustomSourceName()
The custom source name for the custom log source.
public DeleteCustomLogSourceRequest withCustomSourceName(String customSourceName)
The custom source name for the custom log source.
customSourceName - The custom source name for the custom log source.public String toString()
toString in class ObjectObject.toString()public DeleteCustomLogSourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.