@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EgressAccessLogs extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EgressAccessLogs() |
Modifier and Type | Method and Description |
---|---|
EgressAccessLogs |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroupName()
Customize the log group name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLogGroupName(String logGroupName)
Customize the log group name.
|
String |
toString()
Returns a string representation of this object.
|
EgressAccessLogs |
withLogGroupName(String logGroupName)
Customize the log group name.
|
public void setLogGroupName(String logGroupName)
logGroupName
- Customize the log group name.public String getLogGroupName()
public EgressAccessLogs withLogGroupName(String logGroupName)
logGroupName
- Customize the log group name.public String toString()
toString
in class Object
Object.toString()
public EgressAccessLogs clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.