Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.UnsubscribeResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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