Class Integrations
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.Integrations
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Integrations.Builder,Integrations>
@Generated("software.amazon.awssdk:codegen") public final class Integrations extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Integrations.Builder,Integrations>
The information about the service integration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntegrations.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceGroupapplicationTagResourceGroup()Returns the value of the ApplicationTagResourceGroup property for this object.static Integrations.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceGroupresourceGroup()The information about the resource group integration.List<SdkField<?>>sdkFields()static Class<? extends Integrations.Builder>serializableBuilderClass()Integrations.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
-
resourceGroup
public final ResourceGroup resourceGroup()
The information about the resource group integration.
- Returns:
- The information about the resource group integration.
-
applicationTagResourceGroup
public final ResourceGroup applicationTagResourceGroup()
Returns the value of the ApplicationTagResourceGroup property for this object.- Returns:
- The value of the ApplicationTagResourceGroup property for this object.
-
toBuilder
public Integrations.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Integrations.Builder,Integrations>
-
builder
public static Integrations.Builder builder()
-
serializableBuilderClass
public static Class<? extends Integrations.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.
-
-