Package org.openapitools.client.model
Class LogStreamSettingsAwsAllOf
java.lang.Object
org.openapitools.client.model.LogStreamSettingsAwsAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class LogStreamSettingsAwsAllOf
extends Object
The AWS EventBridge Settings object specifies the configuration for the `aws_eventbridge` Log Stream type. This can't be modified after creation.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleaneventSourceName(String eventSourceName) Your AWS account IDAn alphanumeric name (no spaces) to identify this event source in AWS EventBridgeGet regioninthashCode()voidsetAccountId(String accountId) voidsetEventSourceName(String eventSourceName) voidtoString() 
- 
Field Details
- 
JSON_PROPERTY_ACCOUNT_ID
- See Also:
 
 - 
JSON_PROPERTY_EVENT_SOURCE_NAME
- See Also:
 
 - 
JSON_PROPERTY_REGION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
LogStreamSettingsAwsAllOf
public LogStreamSettingsAwsAllOf() 
 - 
 - 
Method Details
- 
accountId
 - 
getAccountId
Your AWS account ID- Returns:
 - accountId
 
 - 
setAccountId
 - 
eventSourceName
 - 
getEventSourceName
An alphanumeric name (no spaces) to identify this event source in AWS EventBridge- Returns:
 - eventSourceName
 
 - 
setEventSourceName
 - 
region
 - 
getRegion
Get region- Returns:
 - region
 
 - 
setRegion
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -