Struct aws_sdk_glue::operation::get_resource_policies::builders::GetResourcePoliciesOutputBuilder
source · #[non_exhaustive]pub struct GetResourcePoliciesOutputBuilder { /* private fields */ }Expand description
A builder for GetResourcePoliciesOutput.
Implementations§
source§impl GetResourcePoliciesOutputBuilder
impl GetResourcePoliciesOutputBuilder
sourcepub fn get_resource_policies_response_list(self, input: GluePolicy) -> Self
pub fn get_resource_policies_response_list(self, input: GluePolicy) -> Self
Appends an item to get_resource_policies_response_list.
To override the contents of this collection use set_get_resource_policies_response_list.
A list of the individual resource policies and the account-level resource policy.
sourcepub fn set_get_resource_policies_response_list(
self,
input: Option<Vec<GluePolicy>>
) -> Self
pub fn set_get_resource_policies_response_list( self, input: Option<Vec<GluePolicy>> ) -> Self
A list of the individual resource policies and the account-level resource policy.
sourcepub fn get_get_resource_policies_response_list(
&self
) -> &Option<Vec<GluePolicy>>
pub fn get_get_resource_policies_response_list( &self ) -> &Option<Vec<GluePolicy>>
A list of the individual resource policies and the account-level resource policy.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if the returned list does not contain the last resource policy available.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if the returned list does not contain the last resource policy available.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A continuation token, if the returned list does not contain the last resource policy available.
sourcepub fn build(self) -> GetResourcePoliciesOutput
pub fn build(self) -> GetResourcePoliciesOutput
Consumes the builder and constructs a GetResourcePoliciesOutput.
Trait Implementations§
source§impl Clone for GetResourcePoliciesOutputBuilder
impl Clone for GetResourcePoliciesOutputBuilder
source§fn clone(&self) -> GetResourcePoliciesOutputBuilder
fn clone(&self) -> GetResourcePoliciesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetResourcePoliciesOutputBuilder
impl Default for GetResourcePoliciesOutputBuilder
source§fn default() -> GetResourcePoliciesOutputBuilder
fn default() -> GetResourcePoliciesOutputBuilder
source§impl PartialEq for GetResourcePoliciesOutputBuilder
impl PartialEq for GetResourcePoliciesOutputBuilder
source§fn eq(&self, other: &GetResourcePoliciesOutputBuilder) -> bool
fn eq(&self, other: &GetResourcePoliciesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetResourcePoliciesOutputBuilder
Auto Trait Implementations§
impl Freeze for GetResourcePoliciesOutputBuilder
impl RefUnwindSafe for GetResourcePoliciesOutputBuilder
impl Send for GetResourcePoliciesOutputBuilder
impl Sync for GetResourcePoliciesOutputBuilder
impl Unpin for GetResourcePoliciesOutputBuilder
impl UnwindSafe for GetResourcePoliciesOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more