@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcIngressConnectionsFilter extends Object implements Serializable, Cloneable, StructuredPojo
Returns a list of VPC Ingress Connections based on the filter provided. It can return either ServiceArn
or VpcEndpointId, or both.
| Constructor and Description |
|---|
ListVpcIngressConnectionsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListVpcIngressConnectionsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getServiceArn()
The Amazon Resource Name (ARN) of a service to filter by.
|
String |
getVpcEndpointId()
The ID of a VPC Endpoint to filter by.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of a service to filter by.
|
void |
setVpcEndpointId(String vpcEndpointId)
The ID of a VPC Endpoint to filter by.
|
String |
toString()
Returns a string representation of this object.
|
ListVpcIngressConnectionsFilter |
withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of a service to filter by.
|
ListVpcIngressConnectionsFilter |
withVpcEndpointId(String vpcEndpointId)
The ID of a VPC Endpoint to filter by.
|
public void setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of a service to filter by.
serviceArn - The Amazon Resource Name (ARN) of a service to filter by.public String getServiceArn()
The Amazon Resource Name (ARN) of a service to filter by.
public ListVpcIngressConnectionsFilter withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of a service to filter by.
serviceArn - The Amazon Resource Name (ARN) of a service to filter by.public void setVpcEndpointId(String vpcEndpointId)
The ID of a VPC Endpoint to filter by.
vpcEndpointId - The ID of a VPC Endpoint to filter by.public String getVpcEndpointId()
The ID of a VPC Endpoint to filter by.
public ListVpcIngressConnectionsFilter withVpcEndpointId(String vpcEndpointId)
The ID of a VPC Endpoint to filter by.
vpcEndpointId - The ID of a VPC Endpoint to filter by.public String toString()
toString in class ObjectObject.toString()public ListVpcIngressConnectionsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.