Class NotificationSQSActionType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class NotificationSQSActionType
    extends NotificationActionType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for NotificationSQSActionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NotificationSQSActionType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationActionType">
           <sequence>
             <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="queue" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="secret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="accessKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="roleArn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="roleExternalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="roleSessionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="messageGroupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • contentType

        protected String contentType
      • endpoint

        protected String endpoint
      • queue

        protected String queue
      • secret

        protected String secret
      • accessKey

        protected String accessKey
      • roleArn

        protected String roleArn
      • roleExternalId

        protected String roleExternalId
      • roleSessionName

        protected String roleSessionName
      • messageGroupId

        protected String messageGroupId
    • Constructor Detail

      • NotificationSQSActionType

        public NotificationSQSActionType()
    • Method Detail

      • getContentType

        public String getContentType()
        Gets the value of the contentType property.
        Returns:
        possible object is String
      • setContentType

        public void setContentType​(String value)
        Sets the value of the contentType property.
        Parameters:
        value - allowed object is String
      • isSetContentType

        public boolean isSetContentType()
      • getEndpoint

        public String getEndpoint()
        Gets the value of the endpoint property.
        Returns:
        possible object is String
      • setEndpoint

        public void setEndpoint​(String value)
        Sets the value of the endpoint property.
        Parameters:
        value - allowed object is String
      • isSetEndpoint

        public boolean isSetEndpoint()
      • getQueue

        public String getQueue()
        Gets the value of the queue property.
        Returns:
        possible object is String
      • setQueue

        public void setQueue​(String value)
        Sets the value of the queue property.
        Parameters:
        value - allowed object is String
      • isSetQueue

        public boolean isSetQueue()
      • getSecret

        public String getSecret()
        Gets the value of the secret property.
        Returns:
        possible object is String
      • setSecret

        public void setSecret​(String value)
        Sets the value of the secret property.
        Parameters:
        value - allowed object is String
      • isSetSecret

        public boolean isSetSecret()
      • getAccessKey

        public String getAccessKey()
        Gets the value of the accessKey property.
        Returns:
        possible object is String
      • setAccessKey

        public void setAccessKey​(String value)
        Sets the value of the accessKey property.
        Parameters:
        value - allowed object is String
      • isSetAccessKey

        public boolean isSetAccessKey()
      • getRoleArn

        public String getRoleArn()
        Gets the value of the roleArn property.
        Returns:
        possible object is String
      • setRoleArn

        public void setRoleArn​(String value)
        Sets the value of the roleArn property.
        Parameters:
        value - allowed object is String
      • isSetRoleArn

        public boolean isSetRoleArn()
      • getRoleExternalId

        public String getRoleExternalId()
        Gets the value of the roleExternalId property.
        Returns:
        possible object is String
      • setRoleExternalId

        public void setRoleExternalId​(String value)
        Sets the value of the roleExternalId property.
        Parameters:
        value - allowed object is String
      • isSetRoleExternalId

        public boolean isSetRoleExternalId()
      • getRoleSessionName

        public String getRoleSessionName()
        Gets the value of the roleSessionName property.
        Returns:
        possible object is String
      • setRoleSessionName

        public void setRoleSessionName​(String value)
        Sets the value of the roleSessionName property.
        Parameters:
        value - allowed object is String
      • isSetRoleSessionName

        public boolean isSetRoleSessionName()
      • getMessageGroupId

        public String getMessageGroupId()
        Gets the value of the messageGroupId property.
        Returns:
        possible object is String
      • setMessageGroupId

        public void setMessageGroupId​(String value)
        Sets the value of the messageGroupId property.
        Parameters:
        value - allowed object is String
      • isSetMessageGroupId

        public boolean isSetMessageGroupId()
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class NotificationActionType
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class NotificationActionType
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class NotificationActionType