@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Standard extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a specific standard.
Constructor and Description |
---|
Standard() |
Modifier and Type | Method and Description |
---|---|
Standard |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the standard.
|
String |
getName()
The name of the standard.
|
String |
getStandardsArn()
The ARN of a standard.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
A description of the standard.
|
void |
setName(String name)
The name of the standard.
|
void |
setStandardsArn(String standardsArn)
The ARN of a standard.
|
String |
toString()
Returns a string representation of this object.
|
Standard |
withDescription(String description)
A description of the standard.
|
Standard |
withName(String name)
The name of the standard.
|
Standard |
withStandardsArn(String standardsArn)
The ARN of a standard.
|
public void setStandardsArn(String standardsArn)
The ARN of a standard.
standardsArn
- The ARN of a standard.public String getStandardsArn()
The ARN of a standard.
public Standard withStandardsArn(String standardsArn)
The ARN of a standard.
standardsArn
- The ARN of a standard.public void setName(String name)
The name of the standard.
name
- The name of the standard.public String getName()
The name of the standard.
public Standard withName(String name)
The name of the standard.
name
- The name of the standard.public void setDescription(String description)
A description of the standard.
description
- A description of the standard.public String getDescription()
A description of the standard.
public Standard withDescription(String description)
A description of the standard.
description
- A description of the standard.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.