@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class LogStreamSettingsAws extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ACCOUNT_ID  | 
static String | 
JSON_PROPERTY_EVENT_SOURCE_NAME  | 
static String | 
JSON_PROPERTY_REGION  | 
| Constructor and Description | 
|---|
LogStreamSettingsAws()  | 
| Modifier and Type | Method and Description | 
|---|---|
LogStreamSettingsAws | 
accountId(String accountId)  | 
boolean | 
equals(Object o)  | 
LogStreamSettingsAws | 
eventSourceName(String eventSourceName)  | 
String | 
getAccountId()
Your AWS account ID 
 | 
String | 
getEventSourceName()
An alphanumeric name (no spaces) to identify this event source in AWS EventBridge 
 | 
AwsRegion | 
getRegion()
Get region 
 | 
int | 
hashCode()  | 
LogStreamSettingsAws | 
region(AwsRegion region)  | 
void | 
setAccountId(String accountId)  | 
void | 
setEventSourceName(String eventSourceName)  | 
void | 
setRegion(AwsRegion region)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_EVENT_SOURCE_NAME
public static final String JSON_PROPERTY_REGION
public LogStreamSettingsAws accountId(String accountId)
public void setAccountId(String accountId)
public LogStreamSettingsAws eventSourceName(String eventSourceName)
@Nonnull public String getEventSourceName()
public void setEventSourceName(String eventSourceName)
public LogStreamSettingsAws region(AwsRegion region)
public void setRegion(AwsRegion region)
Copyright © 2017–2023 Okta. All rights reserved.