CreateAdditionalAssignmentsForHITRequest
public struct CreateAdditionalAssignmentsForHITRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the HIT to extend.
Declaration
Swift
public let hITId: String
-
The number of additional assignments to request for this HIT.
Declaration
Swift
public let numberOfAdditionalAssignments: Int
-
A unique identifier for this request, which allows you to retry the call on error without extending the HIT multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the extend HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return an error with a message containing the request ID.
Declaration
Swift
public let uniqueRequestToken: String?
-
Undocumented
Declaration
Swift
public init(hITId: String, numberOfAdditionalAssignments: Int, uniqueRequestToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws