@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRecordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutRecordRequest() |
Modifier and Type | Method and Description |
---|---|
PutRecordRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
The name of the delivery stream.
|
Record |
getRecord()
The record.
|
int |
hashCode() |
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
void |
setRecord(Record record)
The record.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutRecordRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
PutRecordRequest |
withRecord(Record record)
The record.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName
- The name of the delivery stream.public String getDeliveryStreamName()
The name of the delivery stream.
public PutRecordRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName
- The name of the delivery stream.public void setRecord(Record record)
The record.
record
- The record.public Record getRecord()
The record.
public PutRecordRequest withRecord(Record record)
The record.
record
- The record.public String toString()
toString
in class Object
Object.toString()
public PutRecordRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.