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