AWS SDK for .NET Documentation
GetAttributesResponse Class
AmazonAmazon.SimpleDB.ModelGetAttributesResponse Did this page help you?   Yes   No    Tell us about it...
Returns all of the attributes associated with the item. Optionally, the attributes returned can be limited to one or more specified attribute name parameters. If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.
Declaration Syntax
C#
public class GetAttributesResponse
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetAttributesResponse()()()()
Initializes a new instance of the GetAttributesResponse class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetAttributesResult
Gets and sets the GetAttributesResult property. Returns all of the attributes associated with the item. Optionally, the attributes returned can be limited to one or more specified attribute name parameters. If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetGetAttributesResult()()()()
Checks if GetAttributesResult property is set

IsSetResponseMetadata()()()()
Checks if ResponseMetadata property is set

ResponseMetadata
Gets and sets the ResponseMetadata property. Information about the request provided by Amazon SimpleDB.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
ToXML()()()()
XML Representation for this object

WithGetAttributesResult(GetAttributesResult) Obsolete.
Sets the GetAttributesResult property

WithResponseMetadata(ResponseMetadata) Obsolete.
Sets the ResponseMetadata property

Inheritance Hierarchy
Object
GetAttributesResponse

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)