Class NotificationSNSActionType

java.lang.Object
com.vidispine.generated.NotificationActionType
com.vidispine.generated.NotificationSNSActionType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class NotificationSNSActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

    • 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 Details

    • NotificationSNSActionType

      public NotificationSNSActionType()
  • Method Details

    • 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()
    • clone

      public Object clone()
      Overrides:
      clone in class NotificationActionType
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class NotificationActionType
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class NotificationActionType
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class NotificationActionType
    • withContentType

      public NotificationSNSActionType withContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEndpoint

      public NotificationSNSActionType withEndpoint(String value)
      Sets the value of the endpoint property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTopic

      public NotificationSNSActionType withTopic(String value)
      Sets the value of the topic property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSecret

      public NotificationSNSActionType withSecret(String value)
      Sets the value of the secret property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAccessKey

      public NotificationSNSActionType withAccessKey(String value)
      Sets the value of the accessKey property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRoleArn

      public NotificationSNSActionType withRoleArn(String value)
      Sets the value of the roleArn property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRoleExternalId

      public NotificationSNSActionType withRoleExternalId(String value)
      Sets the value of the roleExternalId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRoleSessionName

      public NotificationSNSActionType withRoleSessionName(String value)
      Sets the value of the roleSessionName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExtradata

      public NotificationSNSActionType withExtradata(String value)
      Sets the value of the extradata property.
      Overrides:
      withExtradata in class NotificationActionType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRetry

      public NotificationSNSActionType withRetry(BigInteger value)
      Sets the value of the retry property.
      Overrides:
      withRetry in class NotificationActionType
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withSynchronous

      public NotificationSNSActionType withSynchronous(boolean value)
      Sets the value of the synchronous property.
      Overrides:
      withSynchronous in class NotificationActionType
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withGroup

      public NotificationSNSActionType withGroup(String value)
      Sets the value of the group property.
      Overrides:
      withGroup in class NotificationActionType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class NotificationActionType
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class NotificationActionType
    • visit

      public NotificationSNSActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class NotificationActionType
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class NotificationActionType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NotificationActionType
    • toString

      public String toString()
      Overrides:
      toString in class NotificationActionType
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class NotificationActionType
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class NotificationActionType