Class AppCookieStickinessPolicy
java.lang.Object
software.amazon.awssdk.services.elasticloadbalancing.model.AppCookieStickinessPolicy
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppCookieStickinessPolicy.Builder,AppCookieStickinessPolicy>
@Generated("software.amazon.awssdk:codegen")
public final class AppCookieStickinessPolicy
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AppCookieStickinessPolicy.Builder,AppCookieStickinessPolicy>
Information about a policy for application-controlled session stickiness.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe name of the application cookie used for stickiness.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe mnemonic name for the policy being created.static Class<? extends AppCookieStickinessPolicy.Builder>final StringtoString()Returns a string representation of this object.Methods 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
-
policyName
The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
- Returns:
- The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
-
cookieName
The name of the application cookie used for stickiness.
- Returns:
- The name of the application cookie used for stickiness.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppCookieStickinessPolicy.Builder,AppCookieStickinessPolicy>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-