@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) |
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 ObjectObject.toString()public NetworkSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.