@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResolverQueryLogConfigAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResolverQueryLogConfigAssociationResult() |
Modifier and Type | Method and Description |
---|---|
GetResolverQueryLogConfigAssociationResult |
clone() |
boolean |
equals(Object obj) |
ResolverQueryLogConfigAssociation |
getResolverQueryLogConfigAssociation()
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation request. |
int |
hashCode() |
void |
setResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation request. |
String |
toString()
Returns a string representation of this object.
|
GetResolverQueryLogConfigAssociationResult |
withResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetResolverQueryLogConfigAssociationResult()
public void setResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation
request.
resolverQueryLogConfigAssociation
- Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation
request.public ResolverQueryLogConfigAssociation getResolverQueryLogConfigAssociation()
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation
request.
GetQueryLogConfigAssociation
request.public GetResolverQueryLogConfigAssociationResult withResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation
request.
resolverQueryLogConfigAssociation
- Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation
request.public String toString()
toString
in class Object
Object.toString()
public GetResolverQueryLogConfigAssociationResult clone()