@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResolverConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResolverConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetResolverConfigResult |
clone() |
boolean |
equals(Object obj) |
ResolverConfig |
getResolverConfig()
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig request. |
int |
hashCode() |
void |
setResolverConfig(ResolverConfig resolverConfig)
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig request. |
String |
toString()
Returns a string representation of this object.
|
GetResolverConfigResult |
withResolverConfig(ResolverConfig resolverConfig)
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResolverConfig(ResolverConfig resolverConfig)
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig
request.
resolverConfig
- Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in
the GetResolverConfig
request.public ResolverConfig getResolverConfig()
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig
request.
GetResolverConfig
request.public GetResolverConfigResult withResolverConfig(ResolverConfig resolverConfig)
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig
request.
resolverConfig
- Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in
the GetResolverConfig
request.public String toString()
toString
in class Object
Object.toString()
public GetResolverConfigResult clone()