JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.dataexchange.model

Class SendDataSetNotificationRequest

    • Constructor Detail

      • SendDataSetNotificationRequest

        public SendDataSetNotificationRequest()
    • Method Detail

      • setScope

        public void setScope(ScopeDetails scope)

        Affected scope of this notification such as the underlying resources affected by the notification event.

        Parameters:
        scope - Affected scope of this notification such as the underlying resources affected by the notification event.
      • getScope

        public ScopeDetails getScope()

        Affected scope of this notification such as the underlying resources affected by the notification event.

        Returns:
        Affected scope of this notification such as the underlying resources affected by the notification event.
      • withScope

        public SendDataSetNotificationRequest withScope(ScopeDetails scope)

        Affected scope of this notification such as the underlying resources affected by the notification event.

        Parameters:
        scope - Affected scope of this notification such as the underlying resources affected by the notification event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.

        Parameters:
        clientToken - Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.
      • getClientToken

        public String getClientToken()

        Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.

        Returns:
        Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.
      • withClientToken

        public SendDataSetNotificationRequest withClientToken(String clientToken)

        Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.

        Parameters:
        clientToken - Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComment

        public void setComment(String comment)

        Free-form text field for providers to add information about their notifications.

        Parameters:
        comment - Free-form text field for providers to add information about their notifications.
      • getComment

        public String getComment()

        Free-form text field for providers to add information about their notifications.

        Returns:
        Free-form text field for providers to add information about their notifications.
      • withComment

        public SendDataSetNotificationRequest withComment(String comment)

        Free-form text field for providers to add information about their notifications.

        Parameters:
        comment - Free-form text field for providers to add information about their notifications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataSetId

        public void setDataSetId(String dataSetId)

        Affected data set of the notification.

        Parameters:
        dataSetId - Affected data set of the notification.
      • getDataSetId

        public String getDataSetId()

        Affected data set of the notification.

        Returns:
        Affected data set of the notification.
      • withDataSetId

        public SendDataSetNotificationRequest withDataSetId(String dataSetId)

        Affected data set of the notification.

        Parameters:
        dataSetId - Affected data set of the notification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDetails

        public void setDetails(NotificationDetails details)

        Extra details specific to this notification type.

        Parameters:
        details - Extra details specific to this notification type.
      • getDetails

        public NotificationDetails getDetails()

        Extra details specific to this notification type.

        Returns:
        Extra details specific to this notification type.
      • withDetails

        public SendDataSetNotificationRequest withDetails(NotificationDetails details)

        Extra details specific to this notification type.

        Parameters:
        details - Extra details specific to this notification type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type of the notification. Describing the kind of event the notification is alerting you to.

        Parameters:
        type - The type of the notification. Describing the kind of event the notification is alerting you to.
        See Also:
        NotificationType
      • getType

        public String getType()

        The type of the notification. Describing the kind of event the notification is alerting you to.

        Returns:
        The type of the notification. Describing the kind of event the notification is alerting you to.
        See Also:
        NotificationType
      • withType

        public SendDataSetNotificationRequest withType(String type)

        The type of the notification. Describing the kind of event the notification is alerting you to.

        Parameters:
        type - The type of the notification. Describing the kind of event the notification is alerting you to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NotificationType
      • withType

        public SendDataSetNotificationRequest withType(NotificationType type)

        The type of the notification. Describing the kind of event the notification is alerting you to.

        Parameters:
        type - The type of the notification. Describing the kind of event the notification is alerting you to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NotificationType
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /