@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAttachTypedLinkResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a AttachTypedLink response operation.
Constructor and Description |
---|
BatchAttachTypedLinkResponse() |
Modifier and Type | Method and Description |
---|---|
BatchAttachTypedLinkResponse |
clone() |
boolean |
equals(Object obj) |
TypedLinkSpecifier |
getTypedLinkSpecifier()
Returns a typed link specifier as output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
String |
toString()
Returns a string representation of this object.
|
BatchAttachTypedLinkResponse |
withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
public void setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
typedLinkSpecifier
- Returns a typed link specifier as output.public TypedLinkSpecifier getTypedLinkSpecifier()
Returns a typed link specifier as output.
public BatchAttachTypedLinkResponse withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
typedLinkSpecifier
- Returns a typed link specifier as output.public String toString()
toString
in class Object
Object.toString()
public BatchAttachTypedLinkResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.