@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowLogsConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains information on the status of VPC flow logs as a data source.
| Constructor and Description |
|---|
FlowLogsConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
FlowLogsConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Denotes whether VPC flow logs is enabled as a data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
Denotes whether VPC flow logs is enabled as a data source.
|
String |
toString()
Returns a string representation of this object.
|
FlowLogsConfigurationResult |
withStatus(DataSourceStatus status)
Denotes whether VPC flow logs is enabled as a data source.
|
FlowLogsConfigurationResult |
withStatus(String status)
Denotes whether VPC flow logs is enabled as a data source.
|
public void setStatus(String status)
Denotes whether VPC flow logs is enabled as a data source.
status - Denotes whether VPC flow logs is enabled as a data source.DataSourceStatuspublic String getStatus()
Denotes whether VPC flow logs is enabled as a data source.
DataSourceStatuspublic FlowLogsConfigurationResult withStatus(String status)
Denotes whether VPC flow logs is enabled as a data source.
status - Denotes whether VPC flow logs is enabled as a data source.DataSourceStatuspublic FlowLogsConfigurationResult withStatus(DataSourceStatus status)
Denotes whether VPC flow logs is enabled as a data source.
status - Denotes whether VPC flow logs is enabled as a data source.DataSourceStatuspublic String toString()
toString in class ObjectObject.toString()public FlowLogsConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.