@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdNamespaceAssociationInputReferencePropertiesSummary extends Object implements Serializable, Cloneable, StructuredPojo
Detailed information about the ID namespace association input reference properties.
| Constructor and Description |
|---|
IdNamespaceAssociationInputReferencePropertiesSummary() |
| Modifier and Type | Method and Description |
|---|---|
IdNamespaceAssociationInputReferencePropertiesSummary |
clone() |
boolean |
equals(Object obj) |
String |
getIdNamespaceType()
The ID namespace type for this ID namespace association.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIdNamespaceType(String idNamespaceType)
The ID namespace type for this ID namespace association.
|
String |
toString()
Returns a string representation of this object.
|
IdNamespaceAssociationInputReferencePropertiesSummary |
withIdNamespaceType(IdNamespaceType idNamespaceType)
The ID namespace type for this ID namespace association.
|
IdNamespaceAssociationInputReferencePropertiesSummary |
withIdNamespaceType(String idNamespaceType)
The ID namespace type for this ID namespace association.
|
public IdNamespaceAssociationInputReferencePropertiesSummary()
public void setIdNamespaceType(String idNamespaceType)
The ID namespace type for this ID namespace association.
idNamespaceType - The ID namespace type for this ID namespace association.IdNamespaceTypepublic String getIdNamespaceType()
The ID namespace type for this ID namespace association.
IdNamespaceTypepublic IdNamespaceAssociationInputReferencePropertiesSummary withIdNamespaceType(String idNamespaceType)
The ID namespace type for this ID namespace association.
idNamespaceType - The ID namespace type for this ID namespace association.IdNamespaceTypepublic IdNamespaceAssociationInputReferencePropertiesSummary withIdNamespaceType(IdNamespaceType idNamespaceType)
The ID namespace type for this ID namespace association.
idNamespaceType - The ID namespace type for this ID namespace association.IdNamespaceTypepublic String toString()
toString in class ObjectObject.toString()public IdNamespaceAssociationInputReferencePropertiesSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.