@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceId extends Object implements Serializable, Cloneable, StructuredPojo
The identifier for a resource object that contains resources to scan. Specifying a codeArtifactId is required to create a scan.
| Constructor and Description | 
|---|
| ResourceId() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceId | clone() | 
| boolean | equals(Object obj) | 
| String | getCodeArtifactId()
 The identifier for the code file uploaded to the resource object. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCodeArtifactId(String codeArtifactId)
 The identifier for the code file uploaded to the resource object. | 
| String | toString()Returns a string representation of this object. | 
| ResourceId | withCodeArtifactId(String codeArtifactId)
 The identifier for the code file uploaded to the resource object. | 
public void setCodeArtifactId(String codeArtifactId)
 The identifier for the code file uploaded to the resource object. Returned by CreateUploadUrl when
 you upload resources to be scanned.
 
codeArtifactId - The identifier for the code file uploaded to the resource object. Returned by CreateUploadUrl
        when you upload resources to be scanned.public String getCodeArtifactId()
 The identifier for the code file uploaded to the resource object. Returned by CreateUploadUrl when
 you upload resources to be scanned.
 
CreateUploadUrl when you upload resources to be scanned.public ResourceId withCodeArtifactId(String codeArtifactId)
 The identifier for the code file uploaded to the resource object. Returned by CreateUploadUrl when
 you upload resources to be scanned.
 
codeArtifactId - The identifier for the code file uploaded to the resource object. Returned by CreateUploadUrl
        when you upload resources to be scanned.public String toString()
toString in class ObjectObject.toString()public ResourceId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.