ListStackSetOperationResultsInput
import "github.com/aws/aws-sdk-go/service/cloudformation"
type ListStackSetOperationResultsInput struct { MaxResults *int64 `min:"1" type:"integer"` NextToken *string `min:"1" type:"string"` OperationId *string `min:"1" type:"string" required:"true"` StackSetName *string `type:"string" required:"true"` }
- MaxResults
-
Type:
*int64
The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
- NextToken
-
Type:
*string
If the previous request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call ListStackSetOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
- OperationId
-
Type:
*string
The ID of the stack set operation.
OperationId is a required field
- StackSetName
-
Type:
*string
The name or unique ID of the stack set that you want to get operation results for.
StackSetName is a required field
Method
GoString
func (s ListStackSetOperationResultsInput) GoString() string
GoString returns the string representation
SetMaxResults
func (s *ListStackSetOperationResultsInput) SetMaxResults(v int64) *ListStackSetOperationResultsInput
SetMaxResults sets the MaxResults field's value.
SetNextToken
func (s *ListStackSetOperationResultsInput) SetNextToken(v string) *ListStackSetOperationResultsInput
SetNextToken sets the NextToken field's value.
SetOperationId
func (s *ListStackSetOperationResultsInput) SetOperationId(v string) *ListStackSetOperationResultsInput
SetOperationId sets the OperationId field's value.
SetStackSetName
func (s *ListStackSetOperationResultsInput) SetStackSetName(v string) *ListStackSetOperationResultsInput
SetStackSetName sets the StackSetName field's value.
String
func (s ListStackSetOperationResultsInput) String() string
String returns the string representation
Validate
func (s *ListStackSetOperationResultsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.