public class EndpointItemResponse
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EndpointItemResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMessage()
A custom message associated with the registration of an endpoint when
issuing a response.
|
java.lang.Integer |
getStatusCode()
The status code associated with the merging of an endpoint when issuing a
response.
|
int |
hashCode() |
void |
setMessage(java.lang.String message)
A custom message associated with the registration of an endpoint when
issuing a response.
|
void |
setStatusCode(java.lang.Integer statusCode)
The status code associated with the merging of an endpoint when issuing a
response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EndpointItemResponse |
withMessage(java.lang.String message)
A custom message associated with the registration of an endpoint when
issuing a response.
|
EndpointItemResponse |
withStatusCode(java.lang.Integer statusCode)
The status code associated with the merging of an endpoint when issuing a
response.
|
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- A custom message associated with the registration of an
endpoint when issuing a response.public EndpointItemResponse withMessage(java.lang.String message)
Returns a reference to this object so that method calls can be chained together.
message
- A custom message associated with the registration of an
endpoint when issuing a response.public java.lang.Integer getStatusCode()
public void setStatusCode(java.lang.Integer statusCode)
statusCode
- The status code associated with the merging of an
endpoint when issuing a response.public EndpointItemResponse withStatusCode(java.lang.Integer statusCode)
Returns a reference to this object so that method calls can be chained together.
statusCode
- The status code associated with the merging of an
endpoint when issuing a response.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.