@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ShardFilter extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ShardFilter() |
| Modifier and Type | Method and Description |
|---|---|
ShardFilter |
clone() |
boolean |
equals(Object obj) |
String |
getShardId() |
Date |
getTimestamp() |
String |
getType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setShardId(String shardId) |
void |
setTimestamp(Date timestamp) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
ShardFilter |
withShardId(String shardId) |
ShardFilter |
withTimestamp(Date timestamp) |
ShardFilter |
withType(ShardFilterType type) |
ShardFilter |
withType(String type) |
public void setType(String type)
type - ShardFilterTypepublic String getType()
ShardFilterTypepublic ShardFilter withType(String type)
type - ShardFilterTypepublic ShardFilter withType(ShardFilterType type)
type - ShardFilterTypepublic void setShardId(String shardId)
shardId - public String getShardId()
public ShardFilter withShardId(String shardId)
shardId - public void setTimestamp(Date timestamp)
timestamp - public Date getTimestamp()
public ShardFilter withTimestamp(Date timestamp)
timestamp - public String toString()
toString in class ObjectObject.toString()public ShardFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.