@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceVpcEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
A container for information about VPC endpoints that were created to other services
Constructor and Description |
---|
ServiceVpcEndpoint() |
Modifier and Type | Method and Description |
---|---|
ServiceVpcEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getServiceName()
The name of the service for which a VPC endpoint was created.
|
String |
getVpcEndpointId()
The unique identifier of the VPC endpoint that was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServiceName(String serviceName)
The name of the service for which a VPC endpoint was created.
|
void |
setVpcEndpointId(String vpcEndpointId)
The unique identifier of the VPC endpoint that was created.
|
String |
toString()
Returns a string representation of this object.
|
ServiceVpcEndpoint |
withServiceName(String serviceName)
The name of the service for which a VPC endpoint was created.
|
ServiceVpcEndpoint |
withServiceName(VpcEndpointServiceName serviceName)
The name of the service for which a VPC endpoint was created.
|
ServiceVpcEndpoint |
withVpcEndpointId(String vpcEndpointId)
The unique identifier of the VPC endpoint that was created.
|
public void setServiceName(String serviceName)
The name of the service for which a VPC endpoint was created.
serviceName
- The name of the service for which a VPC endpoint was created.VpcEndpointServiceName
public String getServiceName()
The name of the service for which a VPC endpoint was created.
VpcEndpointServiceName
public ServiceVpcEndpoint withServiceName(String serviceName)
The name of the service for which a VPC endpoint was created.
serviceName
- The name of the service for which a VPC endpoint was created.VpcEndpointServiceName
public ServiceVpcEndpoint withServiceName(VpcEndpointServiceName serviceName)
The name of the service for which a VPC endpoint was created.
serviceName
- The name of the service for which a VPC endpoint was created.VpcEndpointServiceName
public void setVpcEndpointId(String vpcEndpointId)
The unique identifier of the VPC endpoint that was created.
vpcEndpointId
- The unique identifier of the VPC endpoint that was created.public String getVpcEndpointId()
The unique identifier of the VPC endpoint that was created.
public ServiceVpcEndpoint withVpcEndpointId(String vpcEndpointId)
The unique identifier of the VPC endpoint that was created.
vpcEndpointId
- The unique identifier of the VPC endpoint that was created.public String toString()
toString
in class Object
Object.toString()
public ServiceVpcEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.