@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectVpcEndpointConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RejectVpcEndpointConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
RejectVpcEndpointConnectionsResult |
clone() |
boolean |
equals(Object obj) |
List<UnsuccessfulItem> |
getUnsuccessful()
Information about the endpoints that were not rejected, if applicable.
|
int |
hashCode() |
void |
setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
String |
toString()
Returns a string representation of this object.
|
RejectVpcEndpointConnectionsResult |
withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
RejectVpcEndpointConnectionsResult |
withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UnsuccessfulItem> getUnsuccessful()
Information about the endpoints that were not rejected, if applicable.
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
unsuccessful
- Information about the endpoints that were not rejected, if applicable.public RejectVpcEndpointConnectionsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not rejected, if applicable.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessful(java.util.Collection)
or withUnsuccessful(java.util.Collection)
if you want to
override the existing values.
unsuccessful
- Information about the endpoints that were not rejected, if applicable.public RejectVpcEndpointConnectionsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
unsuccessful
- Information about the endpoints that were not rejected, if applicable.public String toString()
toString
in class Object
Object.toString()
public RejectVpcEndpointConnectionsResult clone()