@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getProfileId()
The unique identifier for the AS2 profile, returned after the API call succeeds.
|
int |
hashCode() |
void |
setProfileId(String profileId)
The unique identifier for the AS2 profile, returned after the API call succeeds.
|
String |
toString()
Returns a string representation of this object.
|
CreateProfileResult |
withProfileId(String profileId)
The unique identifier for the AS2 profile, returned after the API call succeeds.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfileId(String profileId)
The unique identifier for the AS2 profile, returned after the API call succeeds.
profileId
- The unique identifier for the AS2 profile, returned after the API call succeeds.public String getProfileId()
The unique identifier for the AS2 profile, returned after the API call succeeds.
public CreateProfileResult withProfileId(String profileId)
The unique identifier for the AS2 profile, returned after the API call succeeds.
profileId
- The unique identifier for the AS2 profile, returned after the API call succeeds.public String toString()
toString
in class Object
Object.toString()
public CreateProfileResult clone()