#[non_exhaustive]pub struct CreateLbCookieStickinessPolicyInput { /* private fields */ }
Expand description
Contains the parameters for CreateLBCookieStickinessPolicy.
Implementations§
source§impl CreateLbCookieStickinessPolicyInput
impl CreateLbCookieStickinessPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLBCookieStickinessPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLBCookieStickinessPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLBCookieStickinessPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLbCookieStickinessPolicyInput
.
source§impl CreateLbCookieStickinessPolicyInput
impl CreateLbCookieStickinessPolicyInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
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.
The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
Trait Implementations§
source§impl Clone for CreateLbCookieStickinessPolicyInput
impl Clone for CreateLbCookieStickinessPolicyInput
source§fn clone(&self) -> CreateLbCookieStickinessPolicyInput
fn clone(&self) -> CreateLbCookieStickinessPolicyInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<CreateLbCookieStickinessPolicyInput> for CreateLbCookieStickinessPolicyInput
impl PartialEq<CreateLbCookieStickinessPolicyInput> for CreateLbCookieStickinessPolicyInput
source§fn eq(&self, other: &CreateLbCookieStickinessPolicyInput) -> bool
fn eq(&self, other: &CreateLbCookieStickinessPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.