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.iotwireless.model

Class GetResourceEventConfigurationRequest

    • Constructor Detail

      • GetResourceEventConfigurationRequest

        public GetResourceEventConfigurationRequest()
    • Method Detail

      • setIdentifier

        public void setIdentifier(String identifier)

        Resource identifier to opt in for event messaging.

        Parameters:
        identifier - Resource identifier to opt in for event messaging.
      • getIdentifier

        public String getIdentifier()

        Resource identifier to opt in for event messaging.

        Returns:
        Resource identifier to opt in for event messaging.
      • withIdentifier

        public GetResourceEventConfigurationRequest withIdentifier(String identifier)

        Resource identifier to opt in for event messaging.

        Parameters:
        identifier - Resource identifier to opt in for event messaging.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdentifierType

        public void setIdentifierType(String identifierType)

        Identifier type of the particular resource identifier for event configuration.

        Parameters:
        identifierType - Identifier type of the particular resource identifier for event configuration.
        See Also:
        IdentifierType
      • getIdentifierType

        public String getIdentifierType()

        Identifier type of the particular resource identifier for event configuration.

        Returns:
        Identifier type of the particular resource identifier for event configuration.
        See Also:
        IdentifierType
      • withIdentifierType

        public GetResourceEventConfigurationRequest withIdentifierType(String identifierType)

        Identifier type of the particular resource identifier for event configuration.

        Parameters:
        identifierType - Identifier type of the particular resource identifier for event configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentifierType
      • withIdentifierType

        public GetResourceEventConfigurationRequest withIdentifierType(IdentifierType identifierType)

        Identifier type of the particular resource identifier for event configuration.

        Parameters:
        identifierType - Identifier type of the particular resource identifier for event configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentifierType
      • setPartnerType

        public void setPartnerType(String partnerType)

        Partner type of the resource if the identifier type is PartnerAccountId.

        Parameters:
        partnerType - Partner type of the resource if the identifier type is PartnerAccountId.
        See Also:
        EventNotificationPartnerType
      • getPartnerType

        public String getPartnerType()

        Partner type of the resource if the identifier type is PartnerAccountId.

        Returns:
        Partner type of the resource if the identifier type is PartnerAccountId.
        See Also:
        EventNotificationPartnerType
      • withPartnerType

        public GetResourceEventConfigurationRequest withPartnerType(String partnerType)

        Partner type of the resource if the identifier type is PartnerAccountId.

        Parameters:
        partnerType - Partner type of the resource if the identifier type is PartnerAccountId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventNotificationPartnerType
      • 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 によって変換されたページ (->オリジナル) /