@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the CreatePublicVirtualInterface operation.
NOOP
Constructor and Description |
---|
CreatePublicVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePublicVirtualInterfaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId() |
NewPublicVirtualInterface |
getNewPublicVirtualInterface()
Detailed information for the public virtual interface to be created.
|
int |
hashCode() |
void |
setConnectionId(String connectionId) |
void |
setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information for the public virtual interface to be created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreatePublicVirtualInterfaceRequest |
withConnectionId(String connectionId) |
CreatePublicVirtualInterfaceRequest |
withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information for the public virtual interface to be created.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConnectionId(String connectionId)
connectionId
- public String getConnectionId()
public CreatePublicVirtualInterfaceRequest withConnectionId(String connectionId)
connectionId
- public void setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information for the public virtual interface to be created.
Default: None
newPublicVirtualInterface
- Detailed information for the public virtual interface to be created.
Default: None
public NewPublicVirtualInterface getNewPublicVirtualInterface()
Detailed information for the public virtual interface to be created.
Default: None
Default: None
public CreatePublicVirtualInterfaceRequest withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information for the public virtual interface to be created.
Default: None
newPublicVirtualInterface
- Detailed information for the public virtual interface to be created.
Default: None
public String toString()
toString
in class Object
Object.toString()
public CreatePublicVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.