@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
As2Id is the AS2-name, as defined in the RFC 4130. |
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
As2Id is the AS2-name, as defined in the RFC 4130. |
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
As2Id is the AS2-name, as defined in the RFC 4130. |
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 As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the
AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the
AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API
operation. This ID cannot include spaces.
as2Id - The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the
AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is
the AS2-To header for the AS2 messages sent to the partner using the
StartFileTransfer API operation. This ID cannot include spaces.public String getAs2Id()
The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the
AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the
AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API
operation. This ID cannot include spaces.
As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the
AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is
the AS2-To header for the AS2 messages sent to the partner using the
StartFileTransfer API operation. This ID cannot include spaces.public ListedProfile withAs2Id(String as2Id)
The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the
AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the
AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API
operation. This ID cannot include spaces.
as2Id - The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the
AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is
the AS2-To header for the AS2 messages sent to the partner using the
StartFileTransfer API operation. This ID cannot include spaces.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 © 2023. All rights reserved.