@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HistoryEventExecutionDataDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about input or output in an execution history event.
Constructor and Description |
---|
HistoryEventExecutionDataDetails() |
Modifier and Type | Method and Description |
---|---|
HistoryEventExecutionDataDetails |
clone() |
boolean |
equals(Object obj) |
Boolean |
getTruncated()
Indicates whether input or output was truncated in the response.
|
int |
hashCode() |
Boolean |
isTruncated()
Indicates whether input or output was truncated in the response.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTruncated(Boolean truncated)
Indicates whether input or output was truncated in the response.
|
String |
toString()
Returns a string representation of this object.
|
HistoryEventExecutionDataDetails |
withTruncated(Boolean truncated)
Indicates whether input or output was truncated in the response.
|
public void setTruncated(Boolean truncated)
Indicates whether input or output was truncated in the response. Always false
for API calls.
truncated
- Indicates whether input or output was truncated in the response. Always false
for API calls.public Boolean getTruncated()
Indicates whether input or output was truncated in the response. Always false
for API calls.
false
for API calls.public HistoryEventExecutionDataDetails withTruncated(Boolean truncated)
Indicates whether input or output was truncated in the response. Always false
for API calls.
truncated
- Indicates whether input or output was truncated in the response. Always false
for API calls.public Boolean isTruncated()
Indicates whether input or output was truncated in the response. Always false
for API calls.
false
for API calls.public String toString()
toString
in class Object
Object.toString()
public HistoryEventExecutionDataDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.