Class ApplicationFleetAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.ApplicationFleetAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationFleetAssociation.Builder,ApplicationFleetAssociation>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationFleetAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationFleetAssociation.Builder,ApplicationFleetAssociation>
Describes the application fleet association.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationFleetAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationArn()The ARN of the application associated with the fleet.static ApplicationFleetAssociation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfleetName()The name of the fleet associated with the application.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationFleetAssociation.Builder>serializableBuilderClass()ApplicationFleetAssociation.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
-
fleetName
public final String fleetName()
The name of the fleet associated with the application.
- Returns:
- The name of the fleet associated with the application.
-
applicationArn
public final String applicationArn()
The ARN of the application associated with the fleet.
- Returns:
- The ARN of the application associated with the fleet.
-
toBuilder
public ApplicationFleetAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationFleetAssociation.Builder,ApplicationFleetAssociation>
-
builder
public static ApplicationFleetAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationFleetAssociation.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
-
-