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

GetInstance() public static method

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