Class CreateAppCookieStickinessPolicyRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingRequest
software.amazon.awssdk.services.elasticloadbalancing.model.CreateAppCookieStickinessPolicyRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateAppCookieStickinessPolicyRequest.Builder,CreateAppCookieStickinessPolicyRequest>
@Generated("software.amazon.awssdk:codegen")
public final class CreateAppCookieStickinessPolicyRequest
extends ElasticLoadBalancingRequest
implements ToCopyableBuilder<CreateAppCookieStickinessPolicyRequest.Builder,CreateAppCookieStickinessPolicyRequest>
Contains the parameters for CreateAppCookieStickinessPolicy.
-
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 name of the load balancer.final StringThe name of the policy being created.static Class<? extends CreateAppCookieStickinessPolicyRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
loadBalancerName
The name of the load balancer.
- Returns:
- The name of the load balancer.
-
policyName
The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
- Returns:
- The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the 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<CreateAppCookieStickinessPolicyRequest.Builder,CreateAppCookieStickinessPolicyRequest> - Specified by:
toBuilderin classElasticLoadBalancingRequest
-
builder
-
serializableBuilderClass
public static Class<? extends CreateAppCookieStickinessPolicyRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-