@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Logging extends Object implements Serializable, Cloneable, StructuredPojo
Logging configuration defines where Image Builder uploads your logs.
Constructor and Description |
---|
Logging() |
Modifier and Type | Method and Description |
---|---|
Logging |
clone() |
boolean |
equals(Object obj) |
S3Logs |
getS3Logs()
The Amazon S3 logging configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Logs(S3Logs s3Logs)
The Amazon S3 logging configuration.
|
String |
toString()
Returns a string representation of this object.
|
Logging |
withS3Logs(S3Logs s3Logs)
The Amazon S3 logging configuration.
|
public void setS3Logs(S3Logs s3Logs)
The Amazon S3 logging configuration.
s3Logs
- The Amazon S3 logging configuration.public S3Logs getS3Logs()
The Amazon S3 logging configuration.
public Logging withS3Logs(S3Logs s3Logs)
The Amazon S3 logging configuration.
s3Logs
- The Amazon S3 logging configuration.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.