@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The metadata associated with the specified AWS service.
Constructor and Description |
---|
ServiceMetadata() |
Modifier and Type | Method and Description |
---|---|
ServiceMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category in which the AWS service belongs, such as compute, storage, database, and so on.
|
String |
getDescription()
The description of the specified AWS service.
|
String |
getDisplayName()
The display name of the AWS service.
|
String |
getName()
The name of the AWS service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategory(String category)
The category in which the AWS service belongs, such as compute, storage, database, and so on.
|
void |
setDescription(String description)
The description of the specified AWS service.
|
void |
setDisplayName(String displayName)
The display name of the AWS service.
|
void |
setName(String name)
The name of the AWS service.
|
String |
toString()
Returns a string representation of this object.
|
ServiceMetadata |
withCategory(String category)
The category in which the AWS service belongs, such as compute, storage, database, and so on.
|
ServiceMetadata |
withDescription(String description)
The description of the specified AWS service.
|
ServiceMetadata |
withDisplayName(String displayName)
The display name of the AWS service.
|
ServiceMetadata |
withName(String name)
The name of the AWS service.
|
public void setName(String name)
The name of the AWS service.
name
- The name of the AWS service.public String getName()
The name of the AWS service.
public ServiceMetadata withName(String name)
The name of the AWS service.
name
- The name of the AWS service.public void setDisplayName(String displayName)
The display name of the AWS service.
displayName
- The display name of the AWS service.public String getDisplayName()
The display name of the AWS service.
public ServiceMetadata withDisplayName(String displayName)
The display name of the AWS service.
displayName
- The display name of the AWS service.public void setDescription(String description)
The description of the specified AWS service.
description
- The description of the specified AWS service.public String getDescription()
The description of the specified AWS service.
public ServiceMetadata withDescription(String description)
The description of the specified AWS service.
description
- The description of the specified AWS service.public void setCategory(String category)
The category in which the AWS service belongs, such as compute, storage, database, and so on.
category
- The category in which the AWS service belongs, such as compute, storage, database, and so on.public String getCategory()
The category in which the AWS service belongs, such as compute, storage, database, and so on.
public ServiceMetadata withCategory(String category)
The category in which the AWS service belongs, such as compute, storage, database, and so on.
category
- The category in which the AWS service belongs, such as compute, storage, database, and so on.public String toString()
toString
in class Object
Object.toString()
public ServiceMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.