public class StreamingLoggingConfig extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
StreamingLoggingConfig() |
| Modifier and Type | Method and Description |
|---|---|
StreamingLoggingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getBucket() |
Boolean |
getEnabled() |
String |
getPrefix() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
setBucket(String bucket) |
void |
setEnabled(Boolean enabled) |
void |
setPrefix(String prefix) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StreamingLoggingConfig |
withBucket(String bucket) |
StreamingLoggingConfig |
withEnabled(Boolean enabled) |
StreamingLoggingConfig |
withPrefix(String prefix) |
public void setEnabled(Boolean enabled)
enabled - public Boolean getEnabled()
public StreamingLoggingConfig withEnabled(Boolean enabled)
enabled - public Boolean isEnabled()
public void setBucket(String bucket)
bucket - public String getBucket()
public StreamingLoggingConfig withBucket(String bucket)
bucket - public void setPrefix(String prefix)
prefix - public String getPrefix()
public StreamingLoggingConfig withPrefix(String prefix)
prefix - public String toString()
toString in class ObjectObject.toString()public StreamingLoggingConfig clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.