Class GetProfileResponse

    • Method Detail

      • profileId

        public final String profileId()

        Returns the unique, system-generated identifier for the profile.

        Returns:
        Returns the unique, system-generated identifier for the profile.
      • profileArn

        public final String profileArn()

        Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

        Returns:
        Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
      • name

        public final String name()

        Returns the name of the profile, used to identify it.

        Returns:
        Returns the name of the profile, used to identify it.
      • email

        public final String email()

        Returns the email address associated with this customer profile.

        Returns:
        Returns the email address associated with this customer profile.
      • phone

        public final String phone()

        Returns the phone number associated with the profile.

        Returns:
        Returns the phone number associated with the profile.
      • businessName

        public final String businessName()

        Returns the name for the business associated with this profile.

        Returns:
        Returns the name for the business associated with this profile.
      • logging

        public final Logging logging()

        Returns whether or not logging is enabled for this profile.

        If the service returns an enum value that is not available in the current SDK version, logging will return Logging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from loggingAsString().

        Returns:
        Returns whether or not logging is enabled for this profile.
        See Also:
        Logging
      • loggingAsString

        public final String loggingAsString()

        Returns whether or not logging is enabled for this profile.

        If the service returns an enum value that is not available in the current SDK version, logging will return Logging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from loggingAsString().

        Returns:
        Returns whether or not logging is enabled for this profile.
        See Also:
        Logging
      • logGroupName

        public final String logGroupName()

        Returns the name of the logging group.

        Returns:
        Returns the name of the logging group.
      • createdAt

        public final Instant createdAt()

        Returns a timestamp for creation date and time of the transformer.

        Returns:
        Returns a timestamp for creation date and time of the transformer.
      • modifiedAt

        public final Instant modifiedAt()

        Returns a timestamp for last time the profile was modified.

        Returns:
        Returns a timestamp for last time the profile was modified.
      • toString

        public final 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