Package com.okta.sdk.resource.model
Class LogStreamSettingsAws
java.lang.Object
com.okta.sdk.resource.model.LogStreamSettingsAws
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class LogStreamSettingsAws
extends Object
implements Serializable
Specifies the configuration for the `aws_eventbridge` Log Stream type. This configuration can't be modified after creation.
- See Also:
-
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
-
LogStreamSettingsAws
public LogStreamSettingsAws()
-
-
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
-