Struct aws_sdk_codebuild::operation::describe_test_cases::builders::DescribeTestCasesOutputBuilder
source · #[non_exhaustive]pub struct DescribeTestCasesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeTestCasesOutput
.
Implementations§
source§impl DescribeTestCasesOutputBuilder
impl DescribeTestCasesOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
During a previous call, the maximum number of items that can be returned is the value specified in maxResults
. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
During a previous call, the maximum number of items that can be returned is the value specified in maxResults
. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
During a previous call, the maximum number of items that can be returned is the value specified in maxResults
. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
sourcepub fn test_cases(self, input: TestCase) -> Self
pub fn test_cases(self, input: TestCase) -> Self
Appends an item to test_cases
.
To override the contents of this collection use set_test_cases
.
The returned list of test cases.
sourcepub fn set_test_cases(self, input: Option<Vec<TestCase>>) -> Self
pub fn set_test_cases(self, input: Option<Vec<TestCase>>) -> Self
The returned list of test cases.
sourcepub fn get_test_cases(&self) -> &Option<Vec<TestCase>>
pub fn get_test_cases(&self) -> &Option<Vec<TestCase>>
The returned list of test cases.
sourcepub fn build(self) -> DescribeTestCasesOutput
pub fn build(self) -> DescribeTestCasesOutput
Consumes the builder and constructs a DescribeTestCasesOutput
.
Trait Implementations§
source§impl Clone for DescribeTestCasesOutputBuilder
impl Clone for DescribeTestCasesOutputBuilder
source§fn clone(&self) -> DescribeTestCasesOutputBuilder
fn clone(&self) -> DescribeTestCasesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeTestCasesOutputBuilder
impl Default for DescribeTestCasesOutputBuilder
source§fn default() -> DescribeTestCasesOutputBuilder
fn default() -> DescribeTestCasesOutputBuilder
source§impl PartialEq for DescribeTestCasesOutputBuilder
impl PartialEq for DescribeTestCasesOutputBuilder
source§fn eq(&self, other: &DescribeTestCasesOutputBuilder) -> bool
fn eq(&self, other: &DescribeTestCasesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.