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