@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 |
getSourceName()
The source name of custom log source that you want to delete.
|
String |
getSourceVersion()
The source version for the third-party custom source.
|
int |
hashCode() |
void |
setSourceName(String sourceName)
The source name of custom log source that you want to delete.
|
void |
setSourceVersion(String sourceVersion)
The source version for the third-party custom source.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomLogSourceRequest |
withSourceName(String sourceName)
The source name of custom log source that you want to delete.
|
DeleteCustomLogSourceRequest |
withSourceVersion(String sourceVersion)
The source version for the third-party custom 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 setSourceName(String sourceName)
The source name of custom log source that you want to delete.
sourceName
- The source name of custom log source that you want to delete.public String getSourceName()
The source name of custom log source that you want to delete.
public DeleteCustomLogSourceRequest withSourceName(String sourceName)
The source name of custom log source that you want to delete.
sourceName
- The source name of custom log source that you want to delete.public void setSourceVersion(String sourceVersion)
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
sourceVersion
- The source version for the third-party custom source. You can limit the custom source removal to the
specified source version.public String getSourceVersion()
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
public DeleteCustomLogSourceRequest withSourceVersion(String sourceVersion)
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
sourceVersion
- The source version for the third-party custom source. You can limit the custom source removal to the
specified source version.public String toString()
toString
in class Object
Object.toString()
public DeleteCustomLogSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.