@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomLogSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteCustomLogSourceResult() |
Modifier and Type | Method and Description |
---|---|
DeleteCustomLogSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getCustomDataLocation()
The location of the partition in the Security Lake S3 bucket.
|
int |
hashCode() |
void |
setCustomDataLocation(String customDataLocation)
The location of the partition in the Security Lake S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomLogSourceResult |
withCustomDataLocation(String customDataLocation)
The location of the partition in the Security Lake S3 bucket.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCustomDataLocation(String customDataLocation)
The location of the partition in the Security Lake S3 bucket.
customDataLocation
- The location of the partition in the Security Lake S3 bucket.public String getCustomDataLocation()
The location of the partition in the Security Lake S3 bucket.
public DeleteCustomLogSourceResult withCustomDataLocation(String customDataLocation)
The location of the partition in the Security Lake S3 bucket.
customDataLocation
- The location of the partition in the Security Lake S3 bucket.public String toString()
toString
in class Object
Object.toString()
public DeleteCustomLogSourceResult clone()