@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 where a finding was detected.
| 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 where a finding was detected.
|
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 where a finding was detected.
|
String |
toString()
Returns a string representation of this object.
|
ResourceId |
withCodeArtifactId(String codeArtifactId)
The identifier for the code file uploaded to the resource where a finding was detected.
|
public void setCodeArtifactId(String codeArtifactId)
The identifier for the code file uploaded to the resource where a finding was detected.
codeArtifactId - The identifier for the code file uploaded to the resource where a finding was detected.public String getCodeArtifactId()
The identifier for the code file uploaded to the resource where a finding was detected.
public ResourceId withCodeArtifactId(String codeArtifactId)
The identifier for the code file uploaded to the resource where a finding was detected.
codeArtifactId - The identifier for the code file uploaded to the resource where a finding was detected.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.