ListIdentityPoolsInput
import "github.com/aws/aws-sdk-go/service/cognitoidentity"
type ListIdentityPoolsInput struct { MaxResults *int64 `min:"1" type:"integer" required:"true"` NextToken *string `min:"1" type:"string"` }
Input to the ListIdentityPools action.
- MaxResults
-
Type:
*int64
The maximum number of identities to return.
MaxResults is a required field
- NextToken
-
Type:
*string
A pagination token.
Method
GoString
func (s ListIdentityPoolsInput) GoString() string
GoString returns the string representation
SetMaxResults
func (s *ListIdentityPoolsInput) SetMaxResults(v int64) *ListIdentityPoolsInput
SetMaxResults sets the MaxResults field's value.
SetNextToken
func (s *ListIdentityPoolsInput) SetNextToken(v string) *ListIdentityPoolsInput
SetNextToken sets the NextToken field's value.
String
func (s ListIdentityPoolsInput) String() string
String returns the string representation
Validate
func (s *ListIdentityPoolsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.