@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 Amazon S3 bucket for Security Lake.
|
int |
hashCode() |
void |
setCustomDataLocation(String customDataLocation)
The location of the partition in the Amazon S3 bucket for Security Lake.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomLogSourceResult |
withCustomDataLocation(String customDataLocation)
The location of the partition in the Amazon S3 bucket for Security Lake.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCustomDataLocation(String customDataLocation)
The location of the partition in the Amazon S3 bucket for Security Lake.
customDataLocation
- The location of the partition in the Amazon S3 bucket for Security Lake.public String getCustomDataLocation()
The location of the partition in the Amazon S3 bucket for Security Lake.
public DeleteCustomLogSourceResult withCustomDataLocation(String customDataLocation)
The location of the partition in the Amazon S3 bucket for Security Lake.
customDataLocation
- The location of the partition in the Amazon S3 bucket for Security Lake.public String toString()
toString
in class Object
Object.toString()
public DeleteCustomLogSourceResult clone()