Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.UnsubscribeResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : UnsubscribeResponseUnmarshaller
Résultat UnsubscribeResponseUnmarshaller
        public static UnsubscribeResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new UnsubscribeResponseUnmarshaller();
            }
            return instance;
        }