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