AddCommunicationToCaseRequest

public struct AddCommunicationToCaseRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

    Declaration

    Swift

    public let attachmentSetId: String?
  • The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

    Declaration

    Swift

    public let caseId: String?
  • The email addresses in the CC line of an email to be added to the support case.

    Declaration

    Swift

    public let ccEmailAddresses: [String]?
  • The body of an email communication to add to the support case.

    Declaration

    Swift

    public let communicationBody: String
  • Undocumented

    Declaration

    Swift

    public init(attachmentSetId: String? = nil, caseId: String? = nil, ccEmailAddresses: [String]? = nil, communicationBody: String)
  • Declaration

    Swift

    public func validate(name: String) throws