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<GetResourcePoliciesOutputBuilder> for GetResourcePoliciesOutputBuilder
impl PartialEq<GetResourcePoliciesOutputBuilder> 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 ==.