@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 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 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; useful for testing and debugging.
|
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 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 security group identifier for the directory. If the directory was created before 8/1/2014, this is the identifier of the directory members security group that was created when the directory was created. If the directory was created after this date, this value is null.
securityGroupId
- The security group identifier for the directory. If the directory was created before 8/1/2014, this is the
identifier of the directory members security group that was created when the directory was created. If the
directory was created after this date, this value is null.public String getSecurityGroupId()
The security group identifier for the directory. If the directory was created before 8/1/2014, this is the identifier of the directory members security group that was created when the directory was created. If the directory was created after this date, this value is null.
public DirectoryVpcSettingsDescription withSecurityGroupId(String securityGroupId)
The security group identifier for the directory. If the directory was created before 8/1/2014, this is the identifier of the directory members security group that was created when the directory was created. If the directory was created after this date, this value is null.
securityGroupId
- The security group identifier for the directory. If the directory was created before 8/1/2014, this is the
identifier of the directory members security group that was created when the directory was created. If the
directory was created after this date, this value is null.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.