Class NotificationSNSActionType

  • 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 NotificationSNSActionType
    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 NotificationSNSActionType complex type.

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

     <complexType name="NotificationSNSActionType">
       <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="topic" 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"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • contentType

        protected String contentType
      • endpoint

        protected String endpoint
      • topic

        protected String topic
      • secret

        protected String secret
      • accessKey

        protected String accessKey
      • roleArn

        protected String roleArn
      • roleExternalId

        protected String roleExternalId
      • roleSessionName

        protected String roleSessionName
    • Constructor Detail

      • NotificationSNSActionType

        public NotificationSNSActionType()
    • 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()
      • getTopic

        public String getTopic()
        Gets the value of the topic property.
        Returns:
        possible object is String
      • setTopic

        public void setTopic​(String value)
        Sets the value of the topic property.
        Parameters:
        value - allowed object is String
      • isSetTopic

        public boolean isSetTopic()
      • 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()
      • 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