@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAwsLogSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAwsLogSourceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAwsLogSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AwsLogSourceConfiguration> |
getSources()
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
int |
hashCode() |
void |
setSources(Collection<AwsLogSourceConfiguration> sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
String |
toString()
Returns a string representation of this object.
|
CreateAwsLogSourceRequest |
withSources(AwsLogSourceConfiguration... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
CreateAwsLogSourceRequest |
withSources(Collection<AwsLogSourceConfiguration> sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
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 List<AwsLogSourceConfiguration> getSources()
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
public void setSources(Collection<AwsLogSourceConfiguration> sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
sources
- Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.public CreateAwsLogSourceRequest withSources(AwsLogSourceConfiguration... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.public CreateAwsLogSourceRequest withSources(Collection<AwsLogSourceConfiguration> sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
sources
- Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.public String toString()
toString
in class Object
Object.toString()
public CreateAwsLogSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()