@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetVpcEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetVpcEndpointResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetVpcEndpointResult |
clone() |
boolean |
equals(Object obj) |
List<VpcEndpointDetail> |
getVpcEndpointDetails()
Details about the specified VPC endpoint.
|
List<VpcEndpointErrorDetail> |
getVpcEndpointErrorDetails()
Error information for a failed request.
|
int |
hashCode() |
void |
setVpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
|
void |
setVpcEndpointErrorDetails(Collection<VpcEndpointErrorDetail> vpcEndpointErrorDetails)
Error information for a failed request.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetVpcEndpointResult |
withVpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
|
BatchGetVpcEndpointResult |
withVpcEndpointDetails(VpcEndpointDetail... vpcEndpointDetails)
Details about the specified VPC endpoint.
|
BatchGetVpcEndpointResult |
withVpcEndpointErrorDetails(Collection<VpcEndpointErrorDetail> vpcEndpointErrorDetails)
Error information for a failed request.
|
BatchGetVpcEndpointResult |
withVpcEndpointErrorDetails(VpcEndpointErrorDetail... vpcEndpointErrorDetails)
Error information for a failed request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VpcEndpointDetail> getVpcEndpointDetails()
Details about the specified VPC endpoint.
public void setVpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
vpcEndpointDetails
- Details about the specified VPC endpoint.public BatchGetVpcEndpointResult withVpcEndpointDetails(VpcEndpointDetail... vpcEndpointDetails)
Details about the specified VPC endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointDetails(java.util.Collection)
or withVpcEndpointDetails(java.util.Collection)
if
you want to override the existing values.
vpcEndpointDetails
- Details about the specified VPC endpoint.public BatchGetVpcEndpointResult withVpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
vpcEndpointDetails
- Details about the specified VPC endpoint.public List<VpcEndpointErrorDetail> getVpcEndpointErrorDetails()
Error information for a failed request.
public void setVpcEndpointErrorDetails(Collection<VpcEndpointErrorDetail> vpcEndpointErrorDetails)
Error information for a failed request.
vpcEndpointErrorDetails
- Error information for a failed request.public BatchGetVpcEndpointResult withVpcEndpointErrorDetails(VpcEndpointErrorDetail... vpcEndpointErrorDetails)
Error information for a failed request.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointErrorDetails(java.util.Collection)
or
withVpcEndpointErrorDetails(java.util.Collection)
if you want to override the existing values.
vpcEndpointErrorDetails
- Error information for a failed request.public BatchGetVpcEndpointResult withVpcEndpointErrorDetails(Collection<VpcEndpointErrorDetail> vpcEndpointErrorDetails)
Error information for a failed request.
vpcEndpointErrorDetails
- Error information for a failed request.public String toString()
toString
in class Object
Object.toString()
public BatchGetVpcEndpointResult clone()