pub struct Builder { /* private fields */ }Expand description
A builder for DescribePackagesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn package_details_list(self, input: PackageDetails) -> Self
pub fn package_details_list(self, input: PackageDetails) -> Self
Appends an item to package_details_list.
To override the contents of this collection use set_package_details_list.
List of PackageDetails objects.
sourcepub fn set_package_details_list(self, input: Option<Vec<PackageDetails>>) -> Self
pub fn set_package_details_list(self, input: Option<Vec<PackageDetails>>) -> Self
List of PackageDetails objects.
pub fn next_token(self, input: impl Into<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
sourcepub fn build(self) -> DescribePackagesOutput
pub fn build(self) -> DescribePackagesOutput
Consumes the builder and constructs a DescribePackagesOutput.