public static class CreateLaunchTemplateVersionRequest.NetworkInterface extends Object
| Constructor and Description |
|---|
CreateLaunchTemplateVersionRequest.NetworkInterface() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getNetworkInterfaceName() |
String |
getPrimaryIpAddress() |
String |
getSecurityGroupId() |
String |
getVSwitchId() |
void |
setDescription(String description) |
void |
setNetworkInterfaceName(String networkInterfaceName) |
void |
setPrimaryIpAddress(String primaryIpAddress) |
void |
setSecurityGroupId(String securityGroupId) |
void |
setVSwitchId(String vSwitchId) |
public CreateLaunchTemplateVersionRequest.NetworkInterface()
public String getPrimaryIpAddress()
public void setPrimaryIpAddress(String primaryIpAddress)
public String getVSwitchId()
public void setVSwitchId(String vSwitchId)
public String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
public String getNetworkInterfaceName()
public void setNetworkInterfaceName(String networkInterfaceName)
public String getDescription()
public void setDescription(String description)
Copyright © 2018. All Rights Reserved.