@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.IdNamespaceType
public String getIdNamespaceType()
The ID namespace type for this ID namespace association.
IdNamespaceType
public IdNamespaceAssociationInputReferencePropertiesSummary withIdNamespaceType(String idNamespaceType)
The ID namespace type for this ID namespace association.
idNamespaceType
- The ID namespace type for this ID namespace association.IdNamespaceType
public IdNamespaceAssociationInputReferencePropertiesSummary withIdNamespaceType(IdNamespaceType idNamespaceType)
The ID namespace type for this ID namespace association.
idNamespaceType
- The ID namespace type for this ID namespace association.IdNamespaceType
public String toString()
toString
in class Object
Object.toString()
public IdNamespaceAssociationInputReferencePropertiesSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.