[][src]Struct rusoto_route53::CreateReusableDelegationSetRequest

pub struct CreateReusableDelegationSetRequest {
    pub caller_reference: String,
    pub hosted_zone_id: Option<String>,
}

Fields

caller_reference: String

A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.

hosted_zone_id: Option<String>

If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.

Trait Implementations

impl Clone for CreateReusableDelegationSetRequest[src]

impl Default for CreateReusableDelegationSetRequest[src]

impl PartialEq<CreateReusableDelegationSetRequest> for CreateReusableDelegationSetRequest[src]

impl Debug for CreateReusableDelegationSetRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,