@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteCustomLogSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()