@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HistoryEventExecutionDataDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the data from an execution's events. Always true for API calls, but may be
false for CloudWatch Logs.
| 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) |
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.
truncated - Indicates whether input or output was truncated in the response. Always false.public Boolean getTruncated()
Indicates whether input or output was truncated in the response. Always false.
false.public HistoryEventExecutionDataDetails withTruncated(Boolean truncated)
Indicates whether input or output was truncated in the response. Always false.
truncated - Indicates whether input or output was truncated in the response. Always false.public Boolean isTruncated()
Indicates whether input or output was truncated in the response. Always false.
false.public String toString()
toString in class ObjectObject.toString()public HistoryEventExecutionDataDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.