@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkSettingsSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of network settings.
Constructor and Description |
---|
NetworkSettingsSummary() |
Modifier and Type | Method and Description |
---|---|
NetworkSettingsSummary |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkSettingsArn()
The ARN of the network settings.
|
String |
getVpcId()
The VPC ID of the network settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
void |
setVpcId(String vpcId)
The VPC ID of the network settings.
|
String |
toString()
Returns a string representation of this object.
|
NetworkSettingsSummary |
withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
NetworkSettingsSummary |
withVpcId(String vpcId)
The VPC ID of the network settings.
|
public void setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn
- The ARN of the network settings.public String getNetworkSettingsArn()
The ARN of the network settings.
public NetworkSettingsSummary withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn
- The ARN of the network settings.public void setVpcId(String vpcId)
The VPC ID of the network settings.
vpcId
- The VPC ID of the network settings.public String getVpcId()
The VPC ID of the network settings.
public NetworkSettingsSummary withVpcId(String vpcId)
The VPC ID of the network settings.
vpcId
- The VPC ID of the network settings.public String toString()
toString
in class Object
Object.toString()
public NetworkSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.