@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLogDeliveryConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLogDeliveryConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetLogDeliveryConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getUserPoolId()
The ID of the user pool where you want to view detailed activity logging configuration.
|
int |
hashCode() |
void |
setUserPoolId(String userPoolId)
The ID of the user pool where you want to view detailed activity logging configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetLogDeliveryConfigurationRequest |
withUserPoolId(String userPoolId)
The ID of the user pool where you want to view detailed activity logging configuration.
|
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 view detailed activity logging configuration.
userPoolId
- The ID of the user pool where you want to view detailed activity logging configuration.public String getUserPoolId()
The ID of the user pool where you want to view detailed activity logging configuration.
public GetLogDeliveryConfigurationRequest withUserPoolId(String userPoolId)
The ID of the user pool where you want to view detailed activity logging configuration.
userPoolId
- The ID of the user pool where you want to view detailed activity logging configuration.public String toString()
toString
in class Object
Object.toString()
public GetLogDeliveryConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()