@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetLogDeliveryConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetLogDeliveryConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
SetLogDeliveryConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<LogConfigurationType> |
getLogConfigurations()
A collection of all of the detailed activity logging configurations for a user pool.
|
String |
getUserPoolId()
The ID of the user pool where you want to configure detailed activity logging .
|
int |
hashCode() |
void |
setLogConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
void |
setUserPoolId(String userPoolId)
The ID of the user pool where you want to configure detailed activity logging .
|
String |
toString()
Returns a string representation of this object.
|
SetLogDeliveryConfigurationRequest |
withLogConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
SetLogDeliveryConfigurationRequest |
withLogConfigurations(LogConfigurationType... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
SetLogDeliveryConfigurationRequest |
withUserPoolId(String userPoolId)
The ID of the user pool where you want to configure detailed activity logging .
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUserPoolId(String userPoolId)
The ID of the user pool where you want to configure detailed activity logging .
userPoolId
- The ID of the user pool where you want to configure detailed activity logging .public String getUserPoolId()
The ID of the user pool where you want to configure detailed activity logging .
public SetLogDeliveryConfigurationRequest withUserPoolId(String userPoolId)
The ID of the user pool where you want to configure detailed activity logging .
userPoolId
- The ID of the user pool where you want to configure detailed activity logging .public List<LogConfigurationType> getLogConfigurations()
A collection of all of the detailed activity logging configurations for a user pool.
public void setLogConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
logConfigurations
- A collection of all of the detailed activity logging configurations for a user pool.public SetLogDeliveryConfigurationRequest withLogConfigurations(LogConfigurationType... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
NOTE: This method appends the values to the existing list (if any). Use
setLogConfigurations(java.util.Collection)
or withLogConfigurations(java.util.Collection)
if
you want to override the existing values.
logConfigurations
- A collection of all of the detailed activity logging configurations for a user pool.public SetLogDeliveryConfigurationRequest withLogConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
logConfigurations
- A collection of all of the detailed activity logging configurations for a user pool.public String toString()
toString
in class Object
Object.toString()
public SetLogDeliveryConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()