@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrivateLinkConfig extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
PrivateLinkConfig() |
Modifier and Type | Method and Description |
---|---|
PrivateLinkConfig |
clone() |
boolean |
equals(Object obj) |
String |
getPrivateLinkEndpoint() |
List<String> |
getSecurityGroupArns() |
List<String> |
getSubnetArns() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPrivateLinkEndpoint(String privateLinkEndpoint) |
void |
setSecurityGroupArns(Collection<String> securityGroupArns) |
void |
setSubnetArns(Collection<String> subnetArns) |
String |
toString()
Returns a string representation of this object.
|
PrivateLinkConfig |
withPrivateLinkEndpoint(String privateLinkEndpoint) |
PrivateLinkConfig |
withSecurityGroupArns(Collection<String> securityGroupArns) |
PrivateLinkConfig |
withSecurityGroupArns(String... securityGroupArns)
NOTE: This method appends the values to the existing list (if any).
|
PrivateLinkConfig |
withSubnetArns(Collection<String> subnetArns) |
PrivateLinkConfig |
withSubnetArns(String... subnetArns)
NOTE: This method appends the values to the existing list (if any).
|
public void setPrivateLinkEndpoint(String privateLinkEndpoint)
privateLinkEndpoint
- public String getPrivateLinkEndpoint()
public PrivateLinkConfig withPrivateLinkEndpoint(String privateLinkEndpoint)
privateLinkEndpoint
- public void setSubnetArns(Collection<String> subnetArns)
subnetArns
- public PrivateLinkConfig withSubnetArns(String... subnetArns)
NOTE: This method appends the values to the existing list (if any). Use
setSubnetArns(java.util.Collection)
or withSubnetArns(java.util.Collection)
if you want to
override the existing values.
subnetArns
- public PrivateLinkConfig withSubnetArns(Collection<String> subnetArns)
subnetArns
- public void setSecurityGroupArns(Collection<String> securityGroupArns)
securityGroupArns
- public PrivateLinkConfig withSecurityGroupArns(String... securityGroupArns)
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupArns(java.util.Collection)
or withSecurityGroupArns(java.util.Collection)
if
you want to override the existing values.
securityGroupArns
- public PrivateLinkConfig withSecurityGroupArns(Collection<String> securityGroupArns)
securityGroupArns
- public String toString()
toString
in class Object
Object.toString()
public PrivateLinkConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.