Class GetIntegrationResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetIntegrationResponse.Builder,GetIntegrationResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegrationDetailsA structure that contains information about the integration configuration.final StringThe name of the integration.final IntegrationStatusThe current status of this integration.final StringThe current status of this integration.final IntegrationTypeThe type of integration.final StringThe type of integration.static Class<? extends GetIntegrationResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
integrationName
The name of the integration.
- Returns:
- The name of the integration.
-
integrationType
The type of integration. Integrations with OpenSearch Service have the type
OPENSEARCH.If the service returns an enum value that is not available in the current SDK version,
integrationTypewill returnIntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationTypeAsString().- Returns:
- The type of integration. Integrations with OpenSearch Service have the type
OPENSEARCH. - See Also:
-
integrationTypeAsString
The type of integration. Integrations with OpenSearch Service have the type
OPENSEARCH.If the service returns an enum value that is not available in the current SDK version,
integrationTypewill returnIntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationTypeAsString().- Returns:
- The type of integration. Integrations with OpenSearch Service have the type
OPENSEARCH. - See Also:
-
integrationStatus
The current status of this integration.
If the service returns an enum value that is not available in the current SDK version,
integrationStatuswill returnIntegrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationStatusAsString().- Returns:
- The current status of this integration.
- See Also:
-
integrationStatusAsString
The current status of this integration.
If the service returns an enum value that is not available in the current SDK version,
integrationStatuswill returnIntegrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationStatusAsString().- Returns:
- The current status of this integration.
- See Also:
-
integrationDetails
A structure that contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies.
- Returns:
- A structure that contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetIntegrationResponse.Builder,GetIntegrationResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-