@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWirelessGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWirelessGatewayResult() |
Modifier and Type | Method and Description |
---|---|
CreateWirelessGatewayResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name of the new resource.
|
String |
getId()
The ID of the new wireless gateway.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name of the new resource.
|
void |
setId(String id)
The ID of the new wireless gateway.
|
String |
toString()
Returns a string representation of this object.
|
CreateWirelessGatewayResult |
withArn(String arn)
The Amazon Resource Name of the new resource.
|
CreateWirelessGatewayResult |
withId(String id)
The ID of the new wireless gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name of the new resource.
arn
- The Amazon Resource Name of the new resource.public String getArn()
The Amazon Resource Name of the new resource.
public CreateWirelessGatewayResult withArn(String arn)
The Amazon Resource Name of the new resource.
arn
- The Amazon Resource Name of the new resource.public void setId(String id)
The ID of the new wireless gateway.
id
- The ID of the new wireless gateway.public String getId()
The ID of the new wireless gateway.
public CreateWirelessGatewayResult withId(String id)
The ID of the new wireless gateway.
id
- The ID of the new wireless gateway.public String toString()
toString
in class Object
Object.toString()
public CreateWirelessGatewayResult clone()