@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StandardsManagedBy extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the management of a security standard.
Constructor and Description |
---|
StandardsManagedBy() |
Modifier and Type | Method and Description |
---|---|
StandardsManagedBy |
clone() |
boolean |
equals(Object obj) |
String |
getCompany()
An identifier for the company that manages a specific security standard.
|
String |
getProduct()
An identifier for the product that manages a specific security standard.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompany(String company)
An identifier for the company that manages a specific security standard.
|
void |
setProduct(String product)
An identifier for the product that manages a specific security standard.
|
String |
toString()
Returns a string representation of this object.
|
StandardsManagedBy |
withCompany(String company)
An identifier for the company that manages a specific security standard.
|
StandardsManagedBy |
withProduct(String product)
An identifier for the product that manages a specific security standard.
|
public void setCompany(String company)
An identifier for the company that manages a specific security standard. For existing standards, the value is
equal to Amazon Web Services
.
company
- An identifier for the company that manages a specific security standard. For existing standards, the value
is equal to Amazon Web Services
.public String getCompany()
An identifier for the company that manages a specific security standard. For existing standards, the value is
equal to Amazon Web Services
.
Amazon Web Services
.public StandardsManagedBy withCompany(String company)
An identifier for the company that manages a specific security standard. For existing standards, the value is
equal to Amazon Web Services
.
company
- An identifier for the company that manages a specific security standard. For existing standards, the value
is equal to Amazon Web Services
.public void setProduct(String product)
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
product
- An identifier for the product that manages a specific security standard. For existing standards, the value
is equal to the Amazon Web Services service that manages the standard.public String getProduct()
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
public StandardsManagedBy withProduct(String product)
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
product
- An identifier for the product that manages a specific security standard. For existing standards, the value
is equal to the Amazon Web Services service that manages the standard.public String toString()
toString
in class Object
Object.toString()
public StandardsManagedBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.