pub struct Builder { /* private fields */ }Expand description
A builder for GetPackageVersionHistoryOutput.
Implementations§
source§impl Builder
impl Builder
pub fn package_id(self, input: impl Into<String>) -> Self
pub fn set_package_id(self, input: Option<String>) -> Self
sourcepub fn package_version_history_list(self, input: PackageVersionHistory) -> Self
pub fn package_version_history_list(self, input: PackageVersionHistory) -> Self
Appends an item to package_version_history_list.
To override the contents of this collection use set_package_version_history_list.
List of PackageVersionHistory objects.
sourcepub fn set_package_version_history_list(
self,
input: Option<Vec<PackageVersionHistory>>
) -> Self
pub fn set_package_version_history_list(
self,
input: Option<Vec<PackageVersionHistory>>
) -> Self
List of PackageVersionHistory 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) -> GetPackageVersionHistoryOutput
pub fn build(self) -> GetPackageVersionHistoryOutput
Consumes the builder and constructs a GetPackageVersionHistoryOutput.