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

GetInstance() public static method

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