DevicePoolCompatibilityResult
import "github.com/aws/aws-sdk-go/service/devicefarm"
type DevicePoolCompatibilityResult struct { Compatible *bool `locationName:"compatible" type:"boolean"` Device *Device `locationName:"device" type:"structure"` IncompatibilityMessages []*IncompatibilityMessage `locationName:"incompatibilityMessages" type:"list"` }
Represents a device pool compatibility result.
- Compatible
-
Type:
*bool
Whether the result was compatible with the device pool.
- Device
-
Represents a device type that an app is tested against.
- IncompatibilityMessages
-
Represents information about incompatibility.
Method
GoString
func (s DevicePoolCompatibilityResult) GoString() string
GoString returns the string representation
SetCompatible
func (s *DevicePoolCompatibilityResult) SetCompatible(v bool) *DevicePoolCompatibilityResult
SetCompatible sets the Compatible field's value.
SetDevice
func (s *DevicePoolCompatibilityResult) SetDevice(v *Device) *DevicePoolCompatibilityResult
SetDevice sets the Device field's value.
SetIncompatibilityMessages
func (s *DevicePoolCompatibilityResult) SetIncompatibilityMessages(v []*IncompatibilityMessage) *DevicePoolCompatibilityResult
SetIncompatibilityMessages sets the IncompatibilityMessages field's value.
String
func (s DevicePoolCompatibilityResult) String() string
String returns the string representation