GetUploadInput
import "github.com/aws/aws-sdk-go/service/devicefarm"
type GetUploadInput struct { Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` }
Represents a request to the get upload operation.
- Arn
-
Type:
*string
The upload's ARN.
Arn is a required field
Method
GoString
func (s GetUploadInput) GoString() string
GoString returns the string representation
SetArn
func (s *GetUploadInput) SetArn(v string) *GetUploadInput
SetArn sets the Arn field's value.
String
func (s GetUploadInput) String() string
String returns the string representation
Validate
func (s *GetUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.