@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchEventsExecutionDataDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about execution input.
Constructor and Description |
---|
CloudWatchEventsExecutionDataDetails() |
Modifier and Type | Method and Description |
---|---|
CloudWatchEventsExecutionDataDetails |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIncluded()
Indicates whether input or output was included in the response.
|
int |
hashCode() |
Boolean |
isIncluded()
Indicates whether input or output was included in the response.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIncluded(Boolean included)
Indicates whether input or output was included in the response.
|
String |
toString()
Returns a string representation of this object.
|
CloudWatchEventsExecutionDataDetails |
withIncluded(Boolean included)
Indicates whether input or output was included in the response.
|
public CloudWatchEventsExecutionDataDetails()
public void setIncluded(Boolean included)
Indicates whether input or output was included in the response. Always true
for API calls, but may
be false
for CloudWatch Events.
included
- Indicates whether input or output was included in the response. Always true
for API calls,
but may be false
for CloudWatch Events.public Boolean getIncluded()
Indicates whether input or output was included in the response. Always true
for API calls, but may
be false
for CloudWatch Events.
true
for API calls,
but may be false
for CloudWatch Events.public CloudWatchEventsExecutionDataDetails withIncluded(Boolean included)
Indicates whether input or output was included in the response. Always true
for API calls, but may
be false
for CloudWatch Events.
included
- Indicates whether input or output was included in the response. Always true
for API calls,
but may be false
for CloudWatch Events.public Boolean isIncluded()
Indicates whether input or output was included in the response. Always true
for API calls, but may
be false
for CloudWatch Events.
true
for API calls,
but may be false
for CloudWatch Events.public String toString()
toString
in class Object
Object.toString()
public CloudWatchEventsExecutionDataDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.