Java com.amazonaws.services.elasticloadbalancing.model CreateAppCookieStickinessPolicyRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticloadbalancing.model CreateAppCookieStickinessPolicyRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticloadbalancing.model CreateAppCookieStickinessPolicyRequest.

The text is from its open source code.

Constructor

CreateAppCookieStickinessPolicyRequest()
Default constructor for CreateAppCookieStickinessPolicyRequest object.

Method

StringgetCookieName()

The name of the application cookie used for stickiness.

StringgetLoadBalancerName()

The name of the load balancer.

StringgetPolicyName()

The name of the policy being created.

voidsetCookieName(String cookieName)

The name of the application cookie used for stickiness.

voidsetLoadBalancerName(String loadBalancerName)

The name of the load balancer.

voidsetPolicyName(String policyName)

The name of the policy being created.

StringtoString()
Returns a string representation of this object.