@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DirectoryVpcSettingsDescription extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the directory.
Constructor and Description |
---|
DirectoryVpcSettingsDescription() |
Modifier and Type | Method and Description |
---|---|
DirectoryVpcSettingsDescription |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAvailabilityZones()
The list of Availability Zones that the directory is in.
|
String |
getSecurityGroupId()
The domain controller security group identifier for the directory.
|
List<String> |
getSubnetIds()
The identifiers of the subnets for the directory servers.
|
String |
getVpcId()
The identifier of the VPC that the directory is in.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZones(Collection<String> availabilityZones)
The list of Availability Zones that the directory is in.
|
void |
setSecurityGroupId(String securityGroupId)
The domain controller security group identifier for the directory.
|
void |
setSubnetIds(Collection<String> subnetIds)
The identifiers of the subnets for the directory servers.
|
void |
setVpcId(String vpcId)
The identifier of the VPC that the directory is in.
|
String |
toString()
Returns a string representation of this object.
|
DirectoryVpcSettingsDescription |
withAvailabilityZones(Collection<String> availabilityZones)
The list of Availability Zones that the directory is in.
|
DirectoryVpcSettingsDescription |
withAvailabilityZones(String... availabilityZones)
The list of Availability Zones that the directory is in.
|
DirectoryVpcSettingsDescription |
withSecurityGroupId(String securityGroupId)
The domain controller security group identifier for the directory.
|
DirectoryVpcSettingsDescription |
withSubnetIds(Collection<String> subnetIds)
The identifiers of the subnets for the directory servers.
|
DirectoryVpcSettingsDescription |
withSubnetIds(String... subnetIds)
The identifiers of the subnets for the directory servers.
|
DirectoryVpcSettingsDescription |
withVpcId(String vpcId)
The identifier of the VPC that the directory is in.
|
public void setVpcId(String vpcId)
The identifier of the VPC that the directory is in.
vpcId
- The identifier of the VPC that the directory is in.public String getVpcId()
The identifier of the VPC that the directory is in.
public DirectoryVpcSettingsDescription withVpcId(String vpcId)
The identifier of the VPC that the directory is in.
vpcId
- The identifier of the VPC that the directory is in.public List<String> getSubnetIds()
The identifiers of the subnets for the directory servers.
public void setSubnetIds(Collection<String> subnetIds)
The identifiers of the subnets for the directory servers.
subnetIds
- The identifiers of the subnets for the directory servers.public DirectoryVpcSettingsDescription withSubnetIds(String... subnetIds)
The identifiers of the subnets for the directory servers.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The identifiers of the subnets for the directory servers.public DirectoryVpcSettingsDescription withSubnetIds(Collection<String> subnetIds)
The identifiers of the subnets for the directory servers.
subnetIds
- The identifiers of the subnets for the directory servers.public void setSecurityGroupId(String securityGroupId)
The domain controller security group identifier for the directory.
securityGroupId
- The domain controller security group identifier for the directory.public String getSecurityGroupId()
The domain controller security group identifier for the directory.
public DirectoryVpcSettingsDescription withSecurityGroupId(String securityGroupId)
The domain controller security group identifier for the directory.
securityGroupId
- The domain controller security group identifier for the directory.public List<String> getAvailabilityZones()
The list of Availability Zones that the directory is in.
public void setAvailabilityZones(Collection<String> availabilityZones)
The list of Availability Zones that the directory is in.
availabilityZones
- The list of Availability Zones that the directory is in.public DirectoryVpcSettingsDescription withAvailabilityZones(String... availabilityZones)
The list of Availability Zones that the directory is in.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZones(java.util.Collection)
or withAvailabilityZones(java.util.Collection)
if
you want to override the existing values.
availabilityZones
- The list of Availability Zones that the directory is in.public DirectoryVpcSettingsDescription withAvailabilityZones(Collection<String> availabilityZones)
The list of Availability Zones that the directory is in.
availabilityZones
- The list of Availability Zones that the directory is in.public String toString()
toString
in class Object
Object.toString()
public DirectoryVpcSettingsDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.