Class OpenSearchApplication
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.model.OpenSearchApplication
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenSearchApplication.Builder,OpenSearchApplication>
@Generated("software.amazon.awssdk:codegen") public final class OpenSearchApplication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpenSearchApplication.Builder,OpenSearchApplication>
This structure contains information about the OpenSearch Service application used for this integration. An OpenSearch Service application is the web application created by the integration with CloudWatch Logs. It hosts the vended logs dashboards.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOpenSearchApplication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationArn()The Amazon Resource Name (ARN) of the application.StringapplicationEndpoint()The endpoint of the application.StringapplicationId()The ID of the application.static OpenSearchApplication.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OpenSearchApplication.Builder>serializableBuilderClass()OpenSearchResourceStatusstatus()This structure contains information about the status of this OpenSearch Service resource.OpenSearchApplication.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationEndpoint
public final String applicationEndpoint()
The endpoint of the application.
- Returns:
- The endpoint of the application.
-
applicationArn
public final String applicationArn()
The Amazon Resource Name (ARN) of the application.
- Returns:
- The Amazon Resource Name (ARN) of the application.
-
applicationId
public final String applicationId()
The ID of the application.
- Returns:
- The ID of the application.
-
status
public final OpenSearchResourceStatus status()
This structure contains information about the status of this OpenSearch Service resource.
- Returns:
- This structure contains information about the status of this OpenSearch Service resource.
-
toBuilder
public OpenSearchApplication.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenSearchApplication.Builder,OpenSearchApplication>
-
builder
public static OpenSearchApplication.Builder builder()
-
serializableBuilderClass
public static Class<? extends OpenSearchApplication.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-