@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceType extends Object implements Serializable, Cloneable, StructuredPojo
The supported source types from which logs and events are collected in Amazon Security Lake. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide.
| Constructor and Description |
|---|
SourceType() |
| Modifier and Type | Method and Description |
|---|---|
SourceType |
clone() |
boolean |
equals(Object obj) |
String |
getAwsSourceType()
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
String |
getCustomSourceType()
Amazon Security Lake supports custom source types.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAwsSourceType(String awsSourceType)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
void |
setCustomSourceType(String customSourceType)
Amazon Security Lake supports custom source types.
|
String |
toString()
Returns a string representation of this object.
|
SourceType |
withAwsSourceType(AwsLogSourceType awsSourceType)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
SourceType |
withAwsSourceType(String awsSourceType)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
SourceType |
withCustomSourceType(String customSourceType)
Amazon Security Lake supports custom source types.
|
public void setAwsSourceType(String awsSourceType)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
awsSourceType - Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.AwsLogSourceTypepublic String getAwsSourceType()
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
AwsLogSourceTypepublic SourceType withAwsSourceType(String awsSourceType)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
awsSourceType - Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.AwsLogSourceTypepublic SourceType withAwsSourceType(AwsLogSourceType awsSourceType)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
awsSourceType - Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.AwsLogSourceTypepublic void setCustomSourceType(String customSourceType)
Amazon Security Lake supports custom source types. For a detailed list, see the Amazon Security Lake User Guide.
customSourceType - Amazon Security Lake supports custom source types. For a detailed list, see the Amazon Security Lake User
Guide.public String getCustomSourceType()
Amazon Security Lake supports custom source types. For a detailed list, see the Amazon Security Lake User Guide.
public SourceType withCustomSourceType(String customSourceType)
Amazon Security Lake supports custom source types. For a detailed list, see the Amazon Security Lake User Guide.
customSourceType - Amazon Security Lake supports custom source types. For a detailed list, see the Amazon Security Lake User
Guide.public String toString()
toString in class ObjectObject.toString()public SourceType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.