@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifiedAccessLogKinesisDataFirehoseDestinationOptions extends Object implements Serializable, Cloneable
Describes Amazon Kinesis Data Firehose logging options.
Constructor and Description |
---|
VerifiedAccessLogKinesisDataFirehoseDestinationOptions() |
Modifier and Type | Method and Description |
---|---|
VerifiedAccessLogKinesisDataFirehoseDestinationOptions |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStream()
The ID of the delivery stream.
|
Boolean |
getEnabled()
Indicates whether logging is enabled.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether logging is enabled.
|
void |
setDeliveryStream(String deliveryStream)
The ID of the delivery stream.
|
void |
setEnabled(Boolean enabled)
Indicates whether logging is enabled.
|
String |
toString()
Returns a string representation of this object.
|
VerifiedAccessLogKinesisDataFirehoseDestinationOptions |
withDeliveryStream(String deliveryStream)
The ID of the delivery stream.
|
VerifiedAccessLogKinesisDataFirehoseDestinationOptions |
withEnabled(Boolean enabled)
Indicates whether logging is enabled.
|
public VerifiedAccessLogKinesisDataFirehoseDestinationOptions()
public void setEnabled(Boolean enabled)
Indicates whether logging is enabled.
enabled
- Indicates whether logging is enabled.public Boolean getEnabled()
Indicates whether logging is enabled.
public VerifiedAccessLogKinesisDataFirehoseDestinationOptions withEnabled(Boolean enabled)
Indicates whether logging is enabled.
enabled
- Indicates whether logging is enabled.public Boolean isEnabled()
Indicates whether logging is enabled.
public void setDeliveryStream(String deliveryStream)
The ID of the delivery stream.
deliveryStream
- The ID of the delivery stream.public String getDeliveryStream()
The ID of the delivery stream.
public VerifiedAccessLogKinesisDataFirehoseDestinationOptions withDeliveryStream(String deliveryStream)
The ID of the delivery stream.
deliveryStream
- The ID of the delivery stream.public String toString()
toString
in class Object
Object.toString()
public VerifiedAccessLogKinesisDataFirehoseDestinationOptions clone()