Amazon.SimpleEmail.Model.Internal.MarshallTransformations.GetSendQuotaResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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