@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLogDeliveryConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLogDeliveryConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetLogDeliveryConfigurationResult |
clone() |
boolean |
equals(Object obj) |
LogDeliveryConfigurationType |
getLogDeliveryConfiguration()
The detailed activity logging configuration of the requested user pool.
|
int |
hashCode() |
void |
setLogDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration of the requested user pool.
|
String |
toString()
Returns a string representation of this object.
|
GetLogDeliveryConfigurationResult |
withLogDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration of the requested user pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLogDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration of the requested user pool.
logDeliveryConfiguration
- The detailed activity logging configuration of the requested user pool.public LogDeliveryConfigurationType getLogDeliveryConfiguration()
The detailed activity logging configuration of the requested user pool.
public GetLogDeliveryConfigurationResult withLogDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration of the requested user pool.
logDeliveryConfiguration
- The detailed activity logging configuration of the requested user pool.public String toString()
toString
in class Object
Object.toString()
public GetLogDeliveryConfigurationResult clone()