@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchEventsExecutionDataDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about execution input or output.
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) |
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.
included
- Indicates whether input or output was included in the response. Always true
for API calls.public Boolean getIncluded()
Indicates whether input or output was included in the response. Always true
for API calls.
true
for API calls.public CloudWatchEventsExecutionDataDetails withIncluded(Boolean included)
Indicates whether input or output was included in the response. Always true
for API calls.
included
- Indicates whether input or output was included in the response. Always true
for API calls.public Boolean isIncluded()
Indicates whether input or output was included in the response. Always true
for API calls.
true
for API calls.public String toString()
toString
in class Object
Object.toString()
public CloudWatchEventsExecutionDataDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.