@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigureAccessPointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ConfigureAccessPointResult() |
Modifier and Type | Method and Description |
---|---|
ConfigureAccessPointResult |
clone() |
boolean |
equals(Object obj) |
NetworkResource |
getAccessPoint()
Information about the network resource.
|
int |
hashCode() |
void |
setAccessPoint(NetworkResource accessPoint)
Information about the network resource.
|
String |
toString()
Returns a string representation of this object.
|
ConfigureAccessPointResult |
withAccessPoint(NetworkResource accessPoint)
Information about the network resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccessPoint(NetworkResource accessPoint)
Information about the network resource.
accessPoint
- Information about the network resource.public NetworkResource getAccessPoint()
Information about the network resource.
public ConfigureAccessPointResult withAccessPoint(NetworkResource accessPoint)
Information about the network resource.
accessPoint
- Information about the network resource.public String toString()
toString
in class Object
Object.toString()
public ConfigureAccessPointResult clone()