@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListedProfile extends Object implements Serializable, Cloneable, StructuredPojo
Returns the properties of the profile that was specified.
| Constructor and Description |
|---|
ListedProfile() |
| Modifier and Type | Method and Description |
|---|---|
ListedProfile |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the specified profile.
|
String |
getAs2Id()
The unique identifier for the AS2 process.
|
String |
getProfileId()
A unique identifier for the local or partner AS2 profile.
|
String |
getProfileType()
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
|
void |
setAs2Id(String as2Id)
The unique identifier for the AS2 process.
|
void |
setProfileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
void |
setProfileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
String |
toString()
Returns a string representation of this object.
|
ListedProfile |
withArn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
|
ListedProfile |
withAs2Id(String as2Id)
The unique identifier for the AS2 process.
|
ListedProfile |
withProfileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
ListedProfile |
withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListedProfile |
withProfileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
public void setArn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
arn - The Amazon Resource Name (ARN) of the specified profile.public String getArn()
The Amazon Resource Name (ARN) of the specified profile.
public ListedProfile withArn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
arn - The Amazon Resource Name (ARN) of the specified profile.public void setProfileId(String profileId)
A unique identifier for the local or partner AS2 profile.
profileId - A unique identifier for the local or partner AS2 profile.public String getProfileId()
A unique identifier for the local or partner AS2 profile.
public ListedProfile withProfileId(String profileId)
A unique identifier for the local or partner AS2 profile.
profileId - A unique identifier for the local or partner AS2 profile.public void setAs2Id(String as2Id)
The unique identifier for the AS2 process.
as2Id - The unique identifier for the AS2 process.public String getAs2Id()
The unique identifier for the AS2 process.
public ListedProfile withAs2Id(String as2Id)
The unique identifier for the AS2 process.
as2Id - The unique identifier for the AS2 process.public void setProfileType(String profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic String getProfileType()
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic ListedProfile withProfileType(String profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic ListedProfile withProfileType(ProfileType profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic String toString()
toString in class ObjectObject.toString()public ListedProfile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.