Class PutRecordResult

java.lang.Object
com.amazonaws.services.kinesisfirehose.model.PutRecordResult
All Implemented Interfaces:
Serializable, Cloneable

public class PutRecordResult extends Object implements Serializable, Cloneable

Contains the output of PutRecord.

See Also:
  • Constructor Details

    • PutRecordResult

      public PutRecordResult()
  • Method Details

    • setRecordId

      public void setRecordId(String recordId)

      The ID of the record.

      Parameters:
      recordId - The ID of the record.
    • getRecordId

      public String getRecordId()

      The ID of the record.

      Returns:
      The ID of the record.
    • withRecordId

      public PutRecordResult withRecordId(String recordId)

      The ID of the record.

      Parameters:
      recordId - The ID of the record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public PutRecordResult clone()
      Overrides:
      clone in class Object