GetDevicePoolCompatibilityOutput
import "github.com/aws/aws-sdk-go/service/devicefarm"
type GetDevicePoolCompatibilityOutput struct { CompatibleDevices []*DevicePoolCompatibilityResult `locationName:"compatibleDevices" type:"list"` IncompatibleDevices []*DevicePoolCompatibilityResult `locationName:"incompatibleDevices" type:"list"` }
Represents the result of describe device pool compatibility request.
- CompatibleDevices
-
Represents a device pool compatibility result.
- IncompatibleDevices
-
Represents a device pool compatibility result.
Method
GoString
func (s GetDevicePoolCompatibilityOutput) GoString() string
GoString returns the string representation
SetCompatibleDevices
func (s *GetDevicePoolCompatibilityOutput) SetCompatibleDevices(v []*DevicePoolCompatibilityResult) *GetDevicePoolCompatibilityOutput
SetCompatibleDevices sets the CompatibleDevices field's value.
SetIncompatibleDevices
func (s *GetDevicePoolCompatibilityOutput) SetIncompatibleDevices(v []*DevicePoolCompatibilityResult) *GetDevicePoolCompatibilityOutput
SetIncompatibleDevices sets the IncompatibleDevices field's value.
String
func (s GetDevicePoolCompatibilityOutput) String() string
String returns the string representation