@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResolverQueryLogConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateResolverQueryLogConfigResult() |
Modifier and Type | Method and Description |
---|---|
CreateResolverQueryLogConfigResult |
clone() |
boolean |
equals(Object obj) |
ResolverQueryLogConfig |
getResolverQueryLogConfig()
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
int |
hashCode() |
void |
setResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
String |
toString()
Returns a string representation of this object.
|
CreateResolverQueryLogConfigResult |
withResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the CreateResolverQueryLogConfig
request, including the status of the request.
resolverQueryLogConfig
- Information about the CreateResolverQueryLogConfig
request, including the status of the
request.public ResolverQueryLogConfig getResolverQueryLogConfig()
Information about the CreateResolverQueryLogConfig
request, including the status of the request.
CreateResolverQueryLogConfig
request, including the status of the
request.public CreateResolverQueryLogConfigResult withResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the CreateResolverQueryLogConfig
request, including the status of the request.
resolverQueryLogConfig
- Information about the CreateResolverQueryLogConfig
request, including the status of the
request.public String toString()
toString
in class Object
Object.toString()
public CreateResolverQueryLogConfigResult clone()