@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ObjectReference extends Object implements Serializable, Cloneable, StructuredPojo
Reference that identifies an object.
| Constructor and Description | 
|---|
ObjectReference()  | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectReference | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getSelector()
 Allows you to specify an object. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setSelector(String selector)
 Allows you to specify an object. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
ObjectReference | 
withSelector(String selector)
 Allows you to specify an object. 
 | 
public void setSelector(String selector)
Allows you to specify an object. You can identify an object in one of the following ways:
 $ObjectIdentifier - Identifies the object by ObjectIdentifier
 
/some/path - Identifies the object based on path
#SomeBatchReference - Identifies the object in a batch call
selector - Allows you to specify an object. You can identify an object in one of the following ways:
        
        $ObjectIdentifier - Identifies the object by ObjectIdentifier
        
/some/path - Identifies the object based on path
#SomeBatchReference - Identifies the object in a batch call
public String getSelector()
Allows you to specify an object. You can identify an object in one of the following ways:
 $ObjectIdentifier - Identifies the object by ObjectIdentifier
 
/some/path - Identifies the object based on path
#SomeBatchReference - Identifies the object in a batch call
         $ObjectIdentifier - Identifies the object by ObjectIdentifier
         
/some/path - Identifies the object based on path
#SomeBatchReference - Identifies the object in a batch call
public ObjectReference withSelector(String selector)
Allows you to specify an object. You can identify an object in one of the following ways:
 $ObjectIdentifier - Identifies the object by ObjectIdentifier
 
/some/path - Identifies the object based on path
#SomeBatchReference - Identifies the object in a batch call
selector - Allows you to specify an object. You can identify an object in one of the following ways:
        
        $ObjectIdentifier - Identifies the object by ObjectIdentifier
        
/some/path - Identifies the object based on path
#SomeBatchReference - Identifies the object in a batch call
public String toString()
toString in class ObjectObject.toString()public ObjectReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.