Class PutRecordResult
java.lang.Object
com.amazonaws.services.kinesisfirehose.model.PutRecordResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of PutRecord.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the record.int
hashCode()
void
setRecordId
(String recordId) The ID of the record.toString()
Returns a string representation of this object; useful for testing and debugging.withRecordId
(String recordId) The ID of the record.
-
Constructor Details
-
PutRecordResult
public PutRecordResult()
-
-
Method Details
-
setRecordId
The ID of the record.
- Parameters:
recordId
- The ID of the record.
-
getRecordId
The ID of the record.
- Returns:
- The ID of the record.
-
withRecordId
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-